Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
13002567

Files

FilesIWE
net/fada/fadagen/ClientRequest.java 001
net/fada/fadagen/ClientRequest.java 007
net/fada/fadagen/ExecutionResult.java 001
net/fada/fadagen/ExecutionResult.java 0023
net/fada/fadagen/FadaRCClassLoader.java 00282
net/fada/fadagen/InterfaceParser.java 00197
net/fada/fadagen/Options.java 00205
net/fada/fadagen/Tiger.java 001850
net/fada/fadagen/package.html 001

net/fada/fadagen/ClientRequest.java

ErrorLine
Error File does not end with a newline. 0

net/fada/fadagen/ClientRequest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 3
Error Line has trailing spaces. 14
Error First sentence should end with a period. 19
Error Variable 'method' must be private and have accessor methods. 20
Error First sentence should end with a period. 22
Error Variable 'params' must be private and have accessor methods. 23

net/fada/fadagen/ExecutionResult.java

ErrorLine
Error File does not end with a newline. 0

net/fada/fadagen/ExecutionResult.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 4
Error First sentence should end with a period. 11
Error First sentence should end with a period. 17
Error First sentence should end with a period. 22
Error First sentence should end with a period. 27
Error First sentence should end with a period. 32
Error First sentence should end with a period. 37
Error First sentence should end with a period. 50
Error Line has trailing spaces. 52
Error Method 'isException' is not designed for extension - needs to be abstract, final or empty. 55
Error Method 'isVoid' is not designed for extension - needs to be abstract, final or empty. 62
Error Method 'setVoid' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter isVoid should be final. 70
Error 'isVoid' hides a field. 70
Error Method 'getResult' is not designed for extension - needs to be abstract, final or empty. 78
Error Method 'setResult' is not designed for extension - needs to be abstract, final or empty. 86
Error Parameter result should be final. 86
Error 'result' hides a field. 86
Error Method 'setException' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter ex should be final. 97
Error First sentence should end with a period. 102
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 106

net/fada/fadagen/FadaRCClassLoader.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.io.*. 2
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - java.util.zip.*. 4
Error Missing a Javadoc comment. 6
Error Line contains a tab character. 8
Error Missing a Javadoc comment. 8
Error Variable 'parent' must be private and have accessor methods. 8
Error Line contains a tab character. 9
Error Missing a Javadoc comment. 9
Error Variable 'classpath' must be private and have accessor methods. 9
Error Line contains a tab character. 10
Error Missing a Javadoc comment. 10
Error Variable 'paths' must be private and have accessor methods. 10
Error Line contains a tab character. 12
Error Missing a Javadoc comment. 12
Error '(' is followed by whitespace. 12
Error Parameter parent should be final. 12
Error 'parent' hides a field. 12
Error ')' is preceded with whitespace. 12
Error Line contains a tab character. 13
Error '(' is followed by whitespace. 13
Error ')' is preceded with whitespace. 13
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error '(' is followed by whitespace. 15
Error ')' is preceded with whitespace. 15
Error Line contains a tab character. 16
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 19
Error Method 'setClassPath' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error '(' is followed by whitespace. 19
Error Parameter classpath should be final. 19
Error 'classpath' hides a field. 19
Error ')' is preceded with whitespace. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error '(' is followed by whitespace. 24
Error Parameter path should be final. 24
Error ')' is preceded with whitespace. 24
Error Line is longer than 80 characters. 25
Error Line contains a tab character. 25
Error '(' is followed by whitespace. 25
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25
Error ')' is preceded with whitespace. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error 'while' is not followed by whitespace. 27
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27
Error Line contains a tab character. 28
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error 'paths' hides a field. 30
Error Line contains a tab character. 31
Error 'for' is not followed by whitespace. 31
Error '(' is followed by whitespace. 31
Error '=' is not preceded with whitespace. 31
Error '=' is not followed by whitespace. 31
Error '<' is not preceded with whitespace. 31
Error '<' is not followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error Line contains a tab character. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 38
Error Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error '(' is followed by whitespace. 38
Error Parameter className should be final. 38
Error ')' is preceded with whitespace. 38
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 43
Error Method 'getZipEntryName' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error Parameter className should be final. 43
Error ')' is preceded with whitespace. 43
Error Line contains a tab character. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error Method 'findClass' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error '(' is followed by whitespace. 48
Error Parameter name should be final. 48
Error ')' is preceded with whitespace. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error 'for' is not followed by whitespace. 53
Error '(' is followed by whitespace. 53
Error '=' is not preceded with whitespace. 53
Error '=' is not followed by whitespace. 53
Error '<' is not preceded with whitespace. 53
Error '<' is not followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error 'if' is not followed by whitespace. 55
Error '(' is followed by whitespace. 55
Error '(' is followed by whitespace. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error ')' is preceded with whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error 'if' is not followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Line contains a tab character. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error '1024' is a magic number. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error 'while' is not followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error ')' is preceded with whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line contains a tab character. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error 'catch' is not followed by whitespace. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line contains a tab character. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 76
Error Line contains a tab character. 78
Error Missing a Javadoc comment. 78
Error '(' is followed by whitespace. 78
Error Parameter path should be final. 78
Error Parameter className should be final. 78
Error ')' is preceded with whitespace. 78
Error Line contains a tab character. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line contains a tab character. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line contains a tab character. 85
Error 'catch' is not followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error 'if' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Line contains a tab character. 92
Error 'catch' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error 'if' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line contains a tab character. 99
Error 'catch' is not followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line contains a tab character. 109
Error 'catch' is not followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error 'if' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error 'if' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Line contains a tab character. 119
Error 'catch' is not followed by whitespace. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 128
Error Missing a Javadoc comment. 128
Error '(' is followed by whitespace. 128
Error Parameter args should be final. 128
Error ')' is preceded with whitespace. 128
Error Line contains a tab character. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line contains a tab character. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line contains a tab character. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line contains a tab character. 132

net/fada/fadagen/InterfaceParser.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Using the '.*' form of import should be avoided - java.lang.reflect.*. 3
Error Using the '.*' form of import should be avoided - java.io.*. 4
Error Using the '.*' form of import should be avoided - java.util.*. 5
Error Comment matches to-do format 'TODO:'. 7
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Parameter indent should be final. 12
Error '4' is a magic number. 13
Error Missing a Javadoc comment. 16
Error Parameter indent should be final. 16
Error Parameter indentAmount should be final. 16
Error Missing a Javadoc comment. 26
Error Parameter pw should be final. 26
Error Parameter indent should be final. 26
Error Parameter line should be final. 26
Error Missing a Javadoc comment. 33
Error Parameter pw should be final. 33
Error Parameter indent should be final. 33
Error Parameter line should be final. 33
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 42
Error Parameter pw should be final. 42
Error Parameter className should be final. 42
Error Parameter pkg should be final. 43
Error Parameter interfaces should be final. 43
Error Missing a Javadoc comment. 73
Error Parameter pw should be final. 73
Error Parameter className should be final. 73
Error Missing a Javadoc comment. 79
Error Parameter pw should be final. 79
Error Parameter className should be final. 79
Error Parameter pkg should be final. 80
Error Parameter interfaces should be final. 80
Error Line is longer than 80 characters. 110
Error Line contains a tab character. 110
Error '3' is a magic number. 115
Error '3' is a magic number. 116
Error '3' is a magic number. 118
Error Missing a Javadoc comment. 123
Error Parameter pw should be final. 123
Error Parameter className should be final. 123
Error '3' is a magic number. 124
Error '4' is a magic number. 125
Error '4' is a magic number. 126
Error '5' is a magic number. 127
Error '4' is a magic number. 129
Error '5' is a magic number. 130
Error '5' is a magic number. 131
Error '4' is a magic number. 132
Error '4' is a magic number. 133
Error '3' is a magic number. 134
Error '3' is a magic number. 136
Error '4' is a magic number. 137
Error '4' is a magic number. 138
Error '3' is a magic number. 139
Error '3' is a magic number. 140
Error Missing a Javadoc comment. 150
Error Parameter name should be final. 150
Error Missing a Javadoc comment. 154
Error Parameter name should be final. 154
Error Missing a Javadoc comment. 159
Error Parameter options should be final. 159
Error Parameter option should be final. 159
Error Missing a Javadoc comment. 174
Error Parameter options should be final. 174
Error Missing a Javadoc comment. 190
Error Parameter options should be final. 190
Error '10' is a magic number. 195
Error Missing a Javadoc comment. 206
Error Parameter name should be final. 206
Error Missing a Javadoc comment. 215
Error Parameter name should be final. 215
Error Missing a Javadoc comment. 224
Error Parameter m should be final. 224
Error Missing a Javadoc comment. 230
Error Parameter skel should be final. 230
Error Parameter stub should be final. 230
Error Parameter methods should be final. 231
Error Parameter createStub should be final. 231
Error Parameter createSkel should be final. 231
Error Missing a Javadoc comment. 239
Error Parameter type should be final. 239
Error Empty statement. 242
Error Missing a Javadoc comment. 289
Error Parameter skel should be final. 289
Error Parameter stub should be final. 289
Error Parameter m should be final. 290
Error Parameter i should be final. 290
Error Parameter n should be final. 290
Error Parameter createStub should be final. 290
Error Parameter createSkel should be final. 290
Error Missing a Javadoc comment. 301
Error Parameter pw should be final. 301
Error Parameter m should be final. 301
Error Parameter methodHash should be final. 302
Error Parameter number should be final. 302
Error Parameter total should be final. 302
Error '3' is a magic number. 305
Error '4' is a magic number. 316
Error '4' is a magic number. 330
Error '4' is a magic number. 333
Error '4' is a magic number. 336
Error '4' is a magic number. 339
Error '4' is a magic number. 342
Error '4' is a magic number. 345
Error '4' is a magic number. 348
Error '4' is a magic number. 353
Error '4' is a magic number. 357
Error '4' is a magic number. 361
Error '4' is a magic number. 371
Error '5' is a magic number. 372
Error '5' is a magic number. 375
Error '5' is a magic number. 378
Error '5' is a magic number. 381
Error '5' is a magic number. 384
Error '5' is a magic number. 387
Error '5' is a magic number. 390
Error '5' is a magic number. 393
Error '5' is a magic number. 396
Error '5' is a magic number. 399
Error '5' is a magic number. 403
Error '4' is a magic number. 404
Error '5' is a magic number. 405
Error '5' is a magic number. 407
Error '4' is a magic number. 408
Error Method length is 214 lines (max allowed is 150). 413
Error Missing a Javadoc comment. 413
Error Parameter pw should be final. 413
Error Parameter m should be final. 413
Error Parameter methodHash should be final. 414
Error '3' is a magic number. 450
Error '3' is a magic number. 452
Error '3' is a magic number. 454
Error '3' is a magic number. 456
Error '3' is a magic number. 462
Error '3' is a magic number. 465
Error '3' is a magic number. 468
Error '3' is a magic number. 471
Error '3' is a magic number. 474
Error '3' is a magic number. 477
Error '3' is a magic number. 480
Error '3' is a magic number. 484
Error '3' is a magic number. 487
Error '3' is a magic number. 491
Error '3' is a magic number. 493
Error '3' is a magic number. 501
Error '3' is a magic number. 504
Error Empty statement. 512
Error '3' is a magic number. 517
Error '3' is a magic number. 520
Error '3' is a magic number. 521
Error '3' is a magic number. 527
Error '3' is a magic number. 529
Error '3' is a magic number. 561
Error '4' is a magic number. 562
Error Must have at least one statement. 579
Error '3' is a magic number. 585
Error '4' is a magic number. 586
Error Line is longer than 80 characters. 588
Error '3' is a magic number. 590
Error '3' is a magic number. 593
Error '3' is a magic number. 594
Error '4' is a magic number. 595
Error '3' is a magic number. 597
Error '4' is a magic number. 598
Error '3' is a magic number. 599
Error '3' is a magic number. 601
Error '3' is a magic number. 605
Error '4' is a magic number. 611
Error '3' is a magic number. 614
Error '4' is a magic number. 615
Error '3' is a magic number. 618
Error Missing a Javadoc comment. 629
Error Parameter c should be final. 629
Error Line is longer than 80 characters. 633
Error Line contains a tab character. 633
Error Missing a Javadoc comment. 641
Error Parameter c should be final. 641
Error Line is longer than 80 characters. 651
Error Missing a Javadoc comment. 657
Error Parameter interfaces should be final. 657
Error Missing a Javadoc comment. 667
Error Method length is 203 lines (max allowed is 150). 670
Error Missing a Javadoc comment. 670
Error Parameter args should be final. 670
Error Expression can be simplified. 703
Error Expression can be simplified. 703
Error Inner assignments should be avoided. 704
Error Line contains a tab character. 758
Error Line contains a tab character. 759
Error Line is longer than 80 characters. 769
Error Line is longer than 80 characters. 770
Error Line is longer than 80 characters. 772
Error Parameter destDirectory should be final. 877
Error Expected @param tag for 'destDirectory'. 877

net/fada/fadagen/Options.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 4
Error Line contains a tab character. 5
Error Missing a Javadoc comment. 5
Error Variable 'options' must be private and have accessor methods. 5
Error Line contains a tab character. 6
Error Missing a Javadoc comment. 6
Error Variable 'parameters' must be private and have accessor methods. 6
Error Line contains a tab character. 7
Error Missing a Javadoc comment. 7
Error Variable 'noParams' must be private and have accessor methods. 7
Error Line contains a tab character. 9
Error Missing a Javadoc comment. 9
Error '(' is followed by whitespace. 9
Error Parameter option should be final. 9
Error ')' is preceded with whitespace. 9
Error Line contains a tab character. 10
Error Line contains a tab character. 11
Error 'if' is not followed by whitespace. 11
Error '(' is followed by whitespace. 11
Error ')' is preceded with whitespace. 11
Error Line contains a tab character. 12
Error Line contains a tab character. 13
Error Line contains a tab character. 14
Error 'for' is not followed by whitespace. 14
Error '(' is followed by whitespace. 14
Error '=' is not preceded with whitespace. 14
Error '=' is not followed by whitespace. 14
Error '<' is not preceded with whitespace. 14
Error '<' is not followed by whitespace. 14
Error ')' is preceded with whitespace. 14
Error Line contains a tab character. 15
Error 'if' is not followed by whitespace. 15
Error '(' is followed by whitespace. 15
Error '(' is followed by whitespace. 15
Error ')' is preceded with whitespace. 15
Error ')' is preceded with whitespace. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error '(' is followed by whitespace. 23
Error Parameter args should be final. 23
Error Parameter noParams should be final. 23
Error 'noParams' hides a field. 23
Error ')' is preceded with whitespace. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error 'options' hides a field. 25
Error Line contains a tab character. 26
Error 'parameters' hides a field. 26
Error Line contains a tab character. 27
Error 'if' is not followed by whitespace. 27
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error '=' is not preceded with whitespace. 30
Error '=' is not followed by whitespace. 30
Error Line is longer than 80 characters. 31
Error Line contains a tab character. 31
Error 'for' is not followed by whitespace. 31
Error '(' is followed by whitespace. 31
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error ';' is preceded with whitespace. 31
Error ')' is preceded with whitespace. 31
Error Line contains a tab character. 32
Error 'if' is not followed by whitespace. 32
Error '(' is followed by whitespace. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error 'if' is not followed by whitespace. 35
Error '(' is followed by whitespace. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error ')' is preceded with whitespace. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error 'if' is not followed by whitespace. 37
Error '(' is followed by whitespace. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error ')' is preceded with whitespace. 37
Error Line is longer than 80 characters. 38
Error Line contains a tab character. 38
Error '(' is followed by whitespace. 38
Error '+' is not preceded with whitespace. 38
Error '+' is not followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error 'if' is not followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error 'if' is not followed by whitespace. 45
Error '(' is followed by whitespace. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line is longer than 80 characters. 46
Error Line contains a tab character. 46
Error '(' is followed by whitespace. 46
Error '+' is not preceded with whitespace. 46
Error '+' is not followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error 'for' is not followed by whitespace. 56
Error '(' is followed by whitespace. 56
Error '=' is not preceded with whitespace. 56
Error '=' is not followed by whitespace. 56
Error '<' is not preceded with whitespace. 56
Error '<' is not followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line contains a tab character. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error 'if' is not followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error 'for' is not followed by whitespace. 63
Error '(' is followed by whitespace. 63
Error '=' is not preceded with whitespace. 63
Error '=' is not followed by whitespace. 63
Error '<' is not preceded with whitespace. 63
Error '<' is not followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line is longer than 80 characters. 64
Error Line contains a tab character. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error 'if' is not followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line is longer than 80 characters. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error 'for' is not followed by whitespace. 72
Error '(' is followed by whitespace. 72
Error '=' is not preceded with whitespace. 72
Error '=' is not followed by whitespace. 72
Error '<' is not preceded with whitespace. 72
Error '<' is not followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line is longer than 80 characters. 73
Error Line contains a tab character. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83

net/fada/fadagen/Tiger.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Missing a Javadoc comment. 2
Error Line contains a tab character. 4
Error Missing a Javadoc comment. 4
Error Variable 'abc' must be private and have accessor methods. 4
Error Line contains a tab character. 5
Error Missing a Javadoc comment. 5
Error Variable 'aa' must be private and have accessor methods. 5
Error Line contains a tab character. 6
Error Missing a Javadoc comment. 6
Error Variable 'bb' must be private and have accessor methods. 6
Error Line contains a tab character. 7
Error Missing a Javadoc comment. 7
Error Variable 'cc' must be private and have accessor methods. 7
Error Line contains a tab character. 8
Error Missing a Javadoc comment. 8
Error Variable 'a' must be private and have accessor methods. 8
Error Line contains a tab character. 9
Error Missing a Javadoc comment. 9
Error Variable 'b' must be private and have accessor methods. 9
Error Line contains a tab character. 10
Error Missing a Javadoc comment. 10
Error Variable 'c' must be private and have accessor methods. 10
Error Line contains a tab character. 11
Error Missing a Javadoc comment. 11
Error Variable 'aux' must be private and have accessor methods. 11
Error Line contains a tab character. 13
Error Missing a Javadoc comment. 13
Error Variable 'x0' must be private and have accessor methods. 13
Error Line contains a tab character. 14
Error Missing a Javadoc comment. 14
Error Variable 'x1' must be private and have accessor methods. 14
Error Line contains a tab character. 15
Error Missing a Javadoc comment. 15
Error Variable 'x2' must be private and have accessor methods. 15
Error Line contains a tab character. 16
Error Missing a Javadoc comment. 16
Error Variable 'x3' must be private and have accessor methods. 16
Error Line contains a tab character. 17
Error Missing a Javadoc comment. 17
Error Variable 'x4' must be private and have accessor methods. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Variable 'x5' must be private and have accessor methods. 18
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error Variable 'x6' must be private and have accessor methods. 19
Error Line contains a tab character. 20
Error Missing a Javadoc comment. 20
Error Variable 'x7' must be private and have accessor methods. 20
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 22
Error Variable 'c0' must be private and have accessor methods. 22
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Variable 'c1' must be private and have accessor methods. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Variable 'c2' must be private and have accessor methods. 24
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Variable 'c3' must be private and have accessor methods. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Variable 'c4' must be private and have accessor methods. 26
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Variable 'c5' must be private and have accessor methods. 27
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error Variable 'c6' must be private and have accessor methods. 28
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error Variable 'c7' must be private and have accessor methods. 29
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Variable 't1' must be private and have accessor methods. 31
Error '0x02AAB17CF7E90C5EL' is a magic number. 32
Error '0xAC424B03E243A8ECL' is a magic number. 32
Error '0x72CD5BE30DD5FCD3L' is a magic number. 33
Error '0x6D019B93F6F97F3AL' is a magic number. 33
Error '0xCD9978FFD21F9193L' is a magic number. 34
Error '0x7573A1C9708029E2L' is a magic number. 34
Error '0xB164326B922A83C3L' is a magic number. 35
Error '0x46883EEE04915870L' is a magic number. 35
Error '0xEAACE3057103ECE6L' is a magic number. 36
Error '0xC54169B808A3535CL' is a magic number. 36
Error '0x4CE754918DDEC47CL' is a magic number. 37
Error '0x0AA2F4DFDC0DF40CL' is a magic number. 37
Error '0x10B76F18A74DBEFAL' is a magic number. 38
Error '0xC6CCB6235AD1AB6AL' is a magic number. 38
Error '0x13726121572FE2FFL' is a magic number. 39
Error '0x1A488C6F199D921EL' is a magic number. 39
Error '0x4BC9F9F4DA0007CAL' is a magic number. 40
Error '0x26F5E6F6E85241C7L' is a magic number. 40
Error '0x859079DBEA5947B6L' is a magic number. 41
Error '0x4F1885C5C99E8C92L' is a magic number. 41
Error '0xD78E761EA96F864BL' is a magic number. 42
Error '0x8E36428C52B5C17DL' is a magic number. 42
Error '0x69CF6827373063C1L' is a magic number. 43
Error '0xB607C93D9BB4C56EL' is a magic number. 43
Error '0x7D820E760E76B5EAL' is a magic number. 44
Error '0x645C9CC6F07FDC42L' is a magic number. 44
Error '0xBF38A078243342E0L' is a magic number. 45
Error '0x5F6B343C9D2E7D04L' is a magic number. 45
Error '0xF2C28AEB600B0EC6L' is a magic number. 46
Error '0x6C0ED85F7254BCACL' is a magic number. 46
Error '0x71592281A4DB4FE5L' is a magic number. 47
Error '0x1967FA69CE0FED9FL' is a magic number. 47
Error '0xFD5293F8B96545DBL' is a magic number. 48
Error '0xC879E9D7F2A7600BL' is a magic number. 48
Error '0x860248920193194EL' is a magic number. 49
Error '0xA4F9533B2D9CC0B3L' is a magic number. 49
Error '0x9053836C15957613L' is a magic number. 50
Error '0xDB6DCF8AFC357BF1L' is a magic number. 50
Error '0x18BEEA7A7A370F57L' is a magic number. 51
Error '0x037117CA50B99066L' is a magic number. 51
Error '0x6AB30A9774424A35L' is a magic number. 52
Error '0xF4E92F02E325249BL' is a magic number. 52
Error '0x7739DB07061CCAE1L' is a magic number. 53
Error '0xD8F3B49CECA42A05L' is a magic number. 53
Error '0xBD56BE3F51382F73L' is a magic number. 54
Error '0x45FAED5843B0BB28L' is a magic number. 54
Error '0x1C813D5C11BF1F83L' is a magic number. 55
Error '0x8AF0E4B6D75FA169L' is a magic number. 55
Error '0x33EE18A487AD9999L' is a magic number. 56
Error '0x3C26E8EAB1C94410L' is a magic number. 56
Error '0xB510102BC0A822F9L' is a magic number. 57
Error '0x141EEF310CE6123BL' is a magic number. 57
Error '0xFC65B90059DDB154L' is a magic number. 58
Error '0xE0158640C5E0E607L' is a magic number. 58
Error '0x884E079826C3A3CFL' is a magic number. 59
Error '0x930D0D9523C535FDL' is a magic number. 59
Error '0x35638D754E9A2B00L' is a magic number. 60
Error '0x4085FCCF40469DD5L' is a magic number. 60
Error '0xC4B17AD28BE23A4CL' is a magic number. 61
Error '0xCAB2F0FC6A3E6A2EL' is a magic number. 61
Error '0x2860971A6B943FCDL' is a magic number. 62
Error '0x3DDE6EE212E30446L' is a magic number. 62
Error '0x6222F32AE01765AEL' is a magic number. 63
Error '0x5D550BB5478308FEL' is a magic number. 63
Error '0xA9EFA98DA0EDA22AL' is a magic number. 64
Error '0xC351A71686C40DA7L' is a magic number. 64
Error '0x1105586D9C867C84L' is a magic number. 65
Error '0xDCFFEE85FDA22853L' is a magic number. 65
Error '0xCCFBD0262C5EEF76L' is a magic number. 66
Error '0xBAF294CB8990D201L' is a magic number. 66
Error '0xE69464F52AFAD975L' is a magic number. 67
Error '0x94B013AFDF133E14L' is a magic number. 67
Error '0x06A7D1A32823C958L' is a magic number. 68
Error '0x6F95FE5130F61119L' is a magic number. 68
Error '0xD92AB34E462C06C0L' is a magic number. 69
Error '0xED7BDE33887C71D2L' is a magic number. 69
Error '0x79746D6E6518393EL' is a magic number. 70
Error '0x5BA419385D713329L' is a magic number. 70
Error '0x7C1BA6B948A97564L' is a magic number. 71
Error '0x31987C197BFDAC67L' is a magic number. 71
Error '0xDE6C23C44B053D02L' is a magic number. 72
Error '0x581C49FED002D64DL' is a magic number. 72
Error '0xDD474D6338261571L' is a magic number. 73
Error '0xAA4546C3E473D062L' is a magic number. 73
Error '0x928FCE349455F860L' is a magic number. 74
Error '0x48161BBACAAB94D9L' is a magic number. 74
Error '0x63912430770E6F68L' is a magic number. 75
Error '0x6EC8A5E602C6641CL' is a magic number. 75
Error '0x87282515337DDD2BL' is a magic number. 76
Error '0x2CDA6B42034B701BL' is a magic number. 76
Error '0xB03D37C181CB096DL' is a magic number. 77
Error '0xE108438266C71C6FL' is a magic number. 77
Error '0x2B3180C7EB51B255L' is a magic number. 78
Error '0xDF92B82F96C08BBCL' is a magic number. 78
Error '0x5C68C8C0A632F3BAL' is a magic number. 79
Error '0x5504CC861C3D0556L' is a magic number. 79
Error '0xABBFA4E55FB26B8FL' is a magic number. 80
Error '0x41848B0AB3BACEB4L' is a magic number. 80
Error '0xB334A273AA445D32L' is a magic number. 81
Error '0xBCA696F0A85AD881L' is a magic number. 81
Error '0x24F6EC65B528D56CL' is a magic number. 82
Error '0x0CE1512E90F4524AL' is a magic number. 82
Error '0x4E9DD79D5506D35AL' is a magic number. 83
Error '0x258905FAC6CE9779L' is a magic number. 83
Error '0x2019295B3E109B33L' is a magic number. 84
Error '0xF8A9478B73A054CCL' is a magic number. 84
Error '0x2924F2F934417EB0L' is a magic number. 85
Error '0x3993357D536D1BC4L' is a magic number. 85
Error '0x38A81AC21DB6FF8BL' is a magic number. 86
Error '0x47C4FBF17D6016BFL' is a magic number. 86
Error '0x1E0FAADD7667E3F5L' is a magic number. 87
Error '0x7ABCFF62938BEB96L' is a magic number. 87
Error '0xA78DAD948FC179C9L' is a magic number. 88
Error '0x8F1F98B72911E50DL' is a magic number. 88
Error '0x61E48EAE27121A91L' is a magic number. 89
Error '0x4D62F7AD31859808L' is a magic number. 89
Error '0xECEBA345EF5CEAEBL' is a magic number. 90
Error '0xF5CEB25EBC9684CEL' is a magic number. 90
Error '0xF633E20CB7F76221L' is a magic number. 91
Error '0xA32CDF06AB8293E4L' is a magic number. 91
Error '0x985A202CA5EE2CA4L' is a magic number. 92
Error '0xCF0B8447CC8A8FB1L' is a magic number. 92
Error '0x9F765244979859A3L' is a magic number. 93
Error '0xA8D516B1A1240017L' is a magic number. 93
Error '0x0BD7BA3EBB5DC726L' is a magic number. 94
Error '0xE54BCA55B86ADB39L' is a magic number. 94
Error '0x1D7A3AFD6C478063L' is a magic number. 95
Error '0x519EC608E7669EDDL' is a magic number. 95
Error '0x0E5715A2D149AA23L' is a magic number. 96
Error '0x177D4571848FF194L' is a magic number. 96
Error '0xEEB55F3241014C22L' is a magic number. 97
Error '0x0F5E5CA13A6E2EC2L' is a magic number. 97
Error '0x8029927B75F5C361L' is a magic number. 98
Error '0xAD139FABC3D6E436L' is a magic number. 98
Error '0x0D5DF1A94CCF402FL' is a magic number. 99
Error '0x3E8BD948BEA5DFC8L' is a magic number. 99
Error '0xA5A0D357BD3FF77EL' is a magic number. 100
Error '0xA2D12E251F74F645L' is a magic number. 100
Error '0x66FD9E525E81A082L' is a magic number. 101
Error '0x2E0C90CE7F687A49L' is a magic number. 101
Error '0xC2E8BCBEBA973BC5L' is a magic number. 102
Error '0x000001BCE509745FL' is a magic number. 102
Error '0x423777BBE6DAB3D6L' is a magic number. 103
Error '0xD1661C7EAEF06EB5L' is a magic number. 103
Error '0xA1781F354DAACFD8L' is a magic number. 104
Error '0x2D11284A2B16AFFCL' is a magic number. 104
Error '0xF1FC4F67FA891D1FL' is a magic number. 105
Error '0x73ECC25DCB920ADAL' is a magic number. 105
Error '0xAE610C22C2A12651L' is a magic number. 106
Error '0x96E0A810D356B78AL' is a magic number. 106
Error '0x5A9A381F2FE7870FL' is a magic number. 107
Error '0xD5AD62EDE94E5530L' is a magic number. 107
Error '0xD225E5E8368D1427L' is a magic number. 108
Error '0x65977B70C7AF4631L' is a magic number. 108
Error '0x99F889B2DE39D74FL' is a magic number. 109
Error '0x233F30BF54E1D143L' is a magic number. 109
Error '0x9A9675D3D9A63C97L' is a magic number. 110
Error '0x5470554FF334F9A8L' is a magic number. 110
Error '0x166ACB744A4F5688L' is a magic number. 111
Error '0x70C74CAAB2E4AEADL' is a magic number. 111
Error '0xF0D091646F294D12L' is a magic number. 112
Error '0x57B82A89684031D1L' is a magic number. 112
Error '0xEFD95A5A61BE0B6BL' is a magic number. 113
Error '0x2FBD12E969F2F29AL' is a magic number. 113
Error '0x9BD37013FEFF9FE8L' is a magic number. 114
Error '0x3F9B0404D6085A06L' is a magic number. 114
Error '0x4940C1F3166CFE15L' is a magic number. 115
Error '0x09542C4DCDF3DEFBL' is a magic number. 115
Error '0xB4C5218385CD5CE3L' is a magic number. 116
Error '0xC935B7DC4462A641L' is a magic number. 116
Error '0x3417F8A68ED3B63FL' is a magic number. 117
Error '0xB80959295B215B40L' is a magic number. 117
Error '0xF99CDAEF3B8C8572L' is a magic number. 118
Error '0x018C0614F8FCB95DL' is a magic number. 118
Error '0x1B14ACCD1A3ACDF3L' is a magic number. 119
Error '0x84D471F200BB732DL' is a magic number. 119
Error '0xC1A3110E95E8DA16L' is a magic number. 120
Error '0x430A7220BF1A82B8L' is a magic number. 120
Error '0xB77E090D39DF210EL' is a magic number. 121
Error '0x5EF4BD9F3CD05E9DL' is a magic number. 121
Error '0x9D4FF6DA7E57A444L' is a magic number. 122
Error '0xDA1D60E183D4A5F8L' is a magic number. 122
Error '0xB287C38417998E47L' is a magic number. 123
Error '0xFE3EDC121BB31886L' is a magic number. 123
Error '0xC7FE3CCC980CCBEFL' is a magic number. 124
Error '0xE46FB590189BFD03L' is a magic number. 124
Error '0x3732FD469A4C57DCL' is a magic number. 125
Error '0x7EF700A07CF1AD65L' is a magic number. 125
Error '0x59C64468A31D8859L' is a magic number. 126
Error '0x762FB0B4D45B61F6L' is a magic number. 126
Error '0x155BAED099047718L' is a magic number. 127
Error '0x68755E4C3D50BAA6L' is a magic number. 127
Error '0xE9214E7F22D8B4DFL' is a magic number. 128
Error '0x2ADDBF532EAC95F4L' is a magic number. 128
Error '0x32AE3909B4BD0109L' is a magic number. 129
Error '0x834DF537B08E3450L' is a magic number. 129
Error '0xFA209DA84220728DL' is a magic number. 130
Error '0x9E691D9B9EFE23F7L' is a magic number. 130
Error '0x0446D288C4AE8D7FL' is a magic number. 131
Error '0x7B4CC524E169785BL' is a magic number. 131
Error '0x21D87F0135CA1385L' is a magic number. 132
Error '0xCEBB400F137B8AA5L' is a magic number. 132
Error '0x272E2B66580796BEL' is a magic number. 133
Error '0x3612264125C2B0DEL' is a magic number. 133
Error '0x057702BDAD1EFBB2L' is a magic number. 134
Error '0xD4BABB8EACF84BE9L' is a magic number. 134
Error '0x91583139641BC67BL' is a magic number. 135
Error '0x8BDC2DE08036E024L' is a magic number. 135
Error '0x603C8156F49F68EDL' is a magic number. 136
Error '0xF7D236F7DBEF5111L' is a magic number. 136
Error '0x9727C4598AD21E80L' is a magic number. 137
Error '0xA08A0896670A5FD7L' is a magic number. 137
Error '0xCB4A8F4309EBA9CBL' is a magic number. 138
Error '0x81AF564B0F7036A1L' is a magic number. 138
Error '0xC0B99AA778199ABDL' is a magic number. 139
Error '0x959F1EC83FC8E952L' is a magic number. 139
Error '0x8C505077794A81B9L' is a magic number. 140
Error '0x3ACAAF8F056338F0L' is a magic number. 140
Error '0x07B43F50627A6778L' is a magic number. 141
Error '0x4A44AB49F5ECCC77L' is a magic number. 141
Error '0x3BC3D6E4B679EE98L' is a magic number. 142
Error '0x9CC0D4D1CF14108CL' is a magic number. 142
Error '0x4406C00B206BC8A0L' is a magic number. 143
Error '0x82A18854C8D72D89L' is a magic number. 143
Error '0x67E366B35C3C432CL' is a magic number. 144
Error '0xB923DD61102B37F2L' is a magic number. 144
Error '0x56AB2779D884271DL' is a magic number. 145
Error '0xBE83E1B0FF1525AFL' is a magic number. 145
Error '0xFB7C65D4217E49A9L' is a magic number. 146
Error '0x6BDBE0E76D48E7D4L' is a magic number. 146
Error '0x08DF828745D9179EL' is a magic number. 147
Error '0x22EA6A9ADD53BD34L' is a magic number. 147
Error '0xE36E141C5622200AL' is a magic number. 148
Error '0x7F805D1B8CB750EEL' is a magic number. 148
Error '0xAFE5C7A59F58E837L' is a magic number. 149
Error '0xE27F996A4FB1C23CL' is a magic number. 149
Error '0xD3867DFB0775F0D0L' is a magic number. 150
Error '0xD0E673DE6E88891AL' is a magic number. 150
Error '0x123AEB9EAFB86C25L' is a magic number. 151
Error '0x30F1D5D5C145B895L' is a magic number. 151
Error '0xBB434A2DEE7269E7L' is a magic number. 152
Error '0x78CB67ECF931FA38L' is a magic number. 152
Error '0xF33B0372323BBF9CL' is a magic number. 153
Error '0x52D66336FB279C74L' is a magic number. 153
Error '0x505F33AC0AFB4EAAL' is a magic number. 154
Error '0xE8A5CD99A2CCE187L' is a magic number. 154
Error '0x534974801E2D30BBL' is a magic number. 155
Error '0x8D2D5711D5876D90L' is a magic number. 155
Error '0x1F1A412891BC038EL' is a magic number. 156
Error '0xD6E2E71D82E56648L' is a magic number. 156
Error '0x74036C3A497732B7L' is a magic number. 157
Error '0x89B67ED96361F5ABL' is a magic number. 157
Error '0xFFED95D8F1EA02A2L' is a magic number. 158
Error '0xE72B3BD61464D43DL' is a magic number. 158
Error '0xA6300F170BDC4820L' is a magic number. 159
Error '0xEBC18760ED78A77AL' is a magic number. 159
Error Missing a Javadoc comment. 162
Error Variable 't2' must be private and have accessor methods. 162
Error '0xE6A6BE5A05A12138L' is a magic number. 163
Error '0xB5A122A5B4F87C98L' is a magic number. 163
Error '0x563C6089140B6990L' is a magic number. 164
Error '0x4C46CB2E391F5DD5L' is a magic number. 164
Error '0xD932ADDBC9B79434L' is a magic number. 165
Error '0x08EA70E42015AFF5L' is a magic number. 165
Error '0xD765A6673E478CF1L' is a magic number. 166
Error '0xC4FB757EAB278D99L' is a magic number. 166
Error '0xDF11C6862D6E0692L' is a magic number. 167
Error '0xDDEB84F10D7F3B16L' is a magic number. 167
Error '0x6F2EF604A665EA04L' is a magic number. 168
Error '0x4A8E0F0FF0E0DFB3L' is a magic number. 168
Error '0xA5EDEEF83DBCBA51L' is a magic number. 169
Error '0xFC4F0A2A0EA4371EL' is a magic number. 169
Error '0xE83E1DA85CB38429L' is a magic number. 170
Error '0xDC8FF882BA1B1CE2L' is a magic number. 170
Error '0xCD45505E8353E80DL' is a magic number. 171
Error '0x18D19A00D4DB0717L' is a magic number. 171
Error '0x34A0CFEDA5F38101L' is a magic number. 172
Error '0x0BE77E518887CAF2L' is a magic number. 172
Error '0x1E341438B3C45136L' is a magic number. 173
Error '0xE05797F49089CCF9L' is a magic number. 173
Error '0xFFD23F9DF2591D14L' is a magic number. 174
Error '0x543DDA228595C5CDL' is a magic number. 174
Error '0x661F81FD99052A33L' is a magic number. 175
Error '0x8736E641DB0F7B76L' is a magic number. 175
Error '0x15227725418E5307L' is a magic number. 176
Error '0xE25F7F46162EB2FAL' is a magic number. 176
Error '0x48A8B2126C13D9FEL' is a magic number. 177
Error '0xAFDC541792E76EEAL' is a magic number. 177
Error '0x03D912BFC6D1898FL' is a magic number. 178
Error '0x31B1AAFA1B83F51BL' is a magic number. 178
Error '0xF1AC2796E42AB7D9L' is a magic number. 179
Error '0x40A3A7D7FCD2EBACL' is a magic number. 179
Error '0x1056136D0AFBBCC5L' is a magic number. 180
Error '0x7889E1DD9A6D0C85L' is a magic number. 180
Error '0xD33525782A7974AAL' is a magic number. 181
Error '0xA7E25D09078AC09BL' is a magic number. 181
Error '0xBD4138B3EAC6EDD0L' is a magic number. 182
Error '0x920ABFBE71EB9E70L' is a magic number. 182
Error '0xA2A5D0F54FC2625CL' is a magic number. 183
Error '0xC054E36B0B1290A3L' is a magic number. 183
Error '0xF6DD59FF62FE932BL' is a magic number. 184
Error '0x3537354511A8AC7DL' is a magic number. 184
Error '0xCA845E9172FADCD4L' is a magic number. 185
Error '0x84F82B60329D20DCL' is a magic number. 185
Error '0x79C62CE1CD672F18L' is a magic number. 186
Error '0x8B09A2ADD124642CL' is a magic number. 186
Error '0xD0C1E96A19D9E726L' is a magic number. 187
Error '0x5A786A9B4BA9500CL' is a magic number. 187
Error '0x0E020336634C43F3L' is a magic number. 188
Error '0xC17B474AEB66D822L' is a magic number. 188
Error '0x6A731AE3EC9BAAC2L' is a magic number. 189
Error '0x8226667AE0840258L' is a magic number. 189
Error '0x67D4567691CAECA5L' is a magic number. 190
Error '0x1D94155C4875ADB5L' is a magic number. 190
Error '0x6D00FD985B813FDFL' is a magic number. 191
Error '0x51286EFCB774CD06L' is a magic number. 191
Error '0x5E8834471FA744AFL' is a magic number. 192
Error '0xF72CA0AEE761AE2EL' is a magic number. 192
Error '0xBE40E4CDAEE8E09AL' is a magic number. 193
Error '0xE9970BBB5118F665L' is a magic number. 193
Error '0x726E4BEB33DF1964L' is a magic number. 194
Error '0x703B000729199762L' is a magic number. 194
Error '0x4631D816F5EF30A7L' is a magic number. 195
Error '0xB880B5B51504A6BEL' is a magic number. 195
Error '0x641793C37ED84B6CL' is a magic number. 196
Error '0x7B21ED77F6E97D96L' is a magic number. 196
Error '0x776306312EF96B73L' is a magic number. 197
Error '0xAE528948E86FF3F4L' is a magic number. 197
Error '0x53DBD7F286A3F8F8L' is a magic number. 198
Error '0x16CADCE74CFC1063L' is a magic number. 198
Error '0x005C19BDFA52C6DDL' is a magic number. 199
Error '0x68868F5D64D46AD3L' is a magic number. 199
Error '0x3A9D512CCF1E186AL' is a magic number. 200
Error '0x367E62C2385660AEL' is a magic number. 200
Error '0xE359E7EA77DCB1D7L' is a magic number. 201
Error '0x526C0773749ABE6EL' is a magic number. 201
Error '0x735AE5F9D09F734BL' is a magic number. 202
Error '0x493FC7CC8A558BA8L' is a magic number. 202
Error '0xB0B9C1533041AB45L' is a magic number. 203
Error '0x321958BA470A59BDL' is a magic number. 203
Error '0x852DB00B5F46C393L' is a magic number. 204
Error '0x91209B2BD336B0E5L' is a magic number. 204
Error '0x6E604F7D659EF19FL' is a magic number. 205
Error '0xB99A8AE2782CCB24L' is a magic number. 205
Error '0xCCF52AB6C814C4C7L' is a magic number. 206
Error '0x4727D9AFBE11727BL' is a magic number. 206
Error '0x7E950D0C0121B34DL' is a magic number. 207
Error '0x756F435670AD471FL' is a magic number. 207
Error '0xF5ADD442615A6849L' is a magic number. 208
Error '0x4E87E09980B9957AL' is a magic number. 208
Error '0x2ACFA1DF50AEE355L' is a magic number. 209
Error '0xD898263AFD2FD556L' is a magic number. 209
Error '0xC8F4924DD80C8FD6L' is a magic number. 210
Error '0xCF99CA3D754A173AL' is a magic number. 210
Error '0xFE477BACAF91BF3CL' is a magic number. 211
Error '0xED5371F6D690C12DL' is a magic number. 211
Error '0x831A5C285E687094L' is a magic number. 212
Error '0xC5D3C90A3708A0A4L' is a magic number. 212
Error '0x0F7F903717D06580L' is a magic number. 213
Error '0x19F9BB13B8FDF27FL' is a magic number. 213
Error '0xB1BD6F1B4D502843L' is a magic number. 214
Error '0x1C761BA38FFF4012L' is a magic number. 214
Error '0x0D1530C4E2E21F3BL' is a magic number. 215
Error '0x8943CE69A7372C8AL' is a magic number. 215
Error '0xE5184E11FEB5CE66L' is a magic number. 216
Error '0x618BDB80BD736621L' is a magic number. 216
Error '0x7D29BAD68B574D0BL' is a magic number. 217
Error '0x81BB613E25E6FE5BL' is a magic number. 217
Error '0x071C9C10BC07913FL' is a magic number. 218
Error '0xC7BEEB7909AC2D97L' is a magic number. 218
Error '0xC3E58D353BC5D757L' is a magic number. 219
Error '0xEB017892F38F61E8L' is a magic number. 219
Error '0xD4EFFB9C9B1CC21AL' is a magic number. 220
Error '0x99727D26F494F7ABL' is a magic number. 220
Error '0xA3E063A2956B3E03L' is a magic number. 221
Error '0x9D4A8B9A4AA09C30L' is a magic number. 221
Error '0x3F6AB7D500090FB4L' is a magic number. 222
Error '0x9CC0F2A057268AC0L' is a magic number. 222
Error '0x3DEE9D2DEDBF42D1L' is a magic number. 223
Error '0x330F49C87960A972L' is a magic number. 223
Error '0xC6B2720287421B41L' is a magic number. 224
Error '0x0AC59EC07C00369CL' is a magic number. 224
Error '0xEF4EAC49CB353425L' is a magic number. 225
Error '0xF450244EEF0129D8L' is a magic number. 225
Error '0x8ACC46E5CAF4DEB6L' is a magic number. 226
Error '0x2FFEAB63989263F7L' is a magic number. 226
Error '0x8F7CB9FE5D7A4578L' is a magic number. 227
Error '0x5BD8F7644E634635L' is a magic number. 227
Error '0x427A7315BF2DC900L' is a magic number. 228
Error '0x17D0C4AA2125261CL' is a magic number. 228
Error '0x3992486C93518E50L' is a magic number. 229
Error '0xB4CBFEE0A2D7D4C3L' is a magic number. 229
Error '0x7C75D6202C5DDD8DL' is a magic number. 230
Error '0xDBC295D8E35B6C61L' is a magic number. 230
Error '0x60B369D302032B19L' is a magic number. 231
Error '0xCE42685FDCE44132L' is a magic number. 231
Error '0x06F3DDB9DDF65610L' is a magic number. 232
Error '0x8EA4D21DB5E148F0L' is a magic number. 232
Error '0x20B0FCE62FCD496FL' is a magic number. 233
Error '0x2C1B912358B0EE31L' is a magic number. 233
Error '0xB28317B818F5A308L' is a magic number. 234
Error '0xA89C1E189CA6D2CFL' is a magic number. 234
Error '0x0C6B18576AAADBC8L' is a magic number. 235
Error '0xB65DEAA91299FAE3L' is a magic number. 235
Error '0xFB2B794B7F1027E7L' is a magic number. 236
Error '0x04E4317F443B5BEBL' is a magic number. 236
Error '0x4B852D325939D0A6L' is a magic number. 237
Error '0xD5AE6BEEFB207FFCL' is a magic number. 237
Error '0x309682B281C7D374L' is a magic number. 238
Error '0xBAE309A194C3B475L' is a magic number. 238
Error '0x8CC3F97B13B49F05L' is a magic number. 239
Error '0x98A9422FF8293967L' is a magic number. 239
Error '0x244B16B01076FF7CL' is a magic number. 240
Error '0xF8BF571C663D67EEL' is a magic number. 240
Error '0x1F0D6758EEE30DA1L' is a magic number. 241
Error '0xC9B611D97ADEB9B7L' is a magic number. 241
Error '0xB7AFD5887B6C57A2L' is a magic number. 242
Error '0x6290AE846B984FE1L' is a magic number. 242
Error '0x94DF4CDEACC1A5FDL' is a magic number. 243
Error '0x058A5BD1C5483AFFL' is a magic number. 243
Error '0x63166CC142BA3C37L' is a magic number. 244
Error '0x8DB8526EB2F76F40L' is a magic number. 244
Error '0xE10880036F0D6D4EL' is a magic number. 245
Error '0x9E0523C9971D311DL' is a magic number. 245
Error '0x45EC2824CC7CD691L' is a magic number. 246
Error '0x575B8359E62382C9L' is a magic number. 246
Error '0xFA9E400DC4889995L' is a magic number. 247
Error '0xD1823ECB45721568L' is a magic number. 247
Error '0xDAFD983B8206082FL' is a magic number. 248
Error '0xAA7D29082386A8CBL' is a magic number. 248
Error '0x269FCD4403B87588L' is a magic number. 249
Error '0x1B91F5F728BDD1E0L' is a magic number. 249
Error '0xE4669F39040201F6L' is a magic number. 250
Error '0x7A1D7C218CF04ADEL' is a magic number. 250
Error '0x65623C29D79CE5CEL' is a magic number. 251
Error '0x2368449096C00BB1L' is a magic number. 251
Error '0xAB9BF1879DA503BAL' is a magic number. 252
Error '0xBC23ECB1A458058EL' is a magic number. 252
Error '0x9A58DF01BB401ECCL' is a magic number. 253
Error '0xA070E868A85F143DL' is a magic number. 253
Error '0x4FF188307DF2239EL' is a magic number. 254
Error '0x14D565B41A641183L' is a magic number. 254
Error '0xEE13337452701602L' is a magic number. 255
Error '0x950E3DCF3F285E09L' is a magic number. 255
Error '0x59930254B9C80953L' is a magic number. 256
Error '0x3BF299408930DA6DL' is a magic number. 256
Error '0xA955943F53691387L' is a magic number. 257
Error '0xA15EDECAA9CB8784L' is a magic number. 257
Error '0x29142127352BE9A0L' is a magic number. 258
Error '0x76F0371FFF4E7AFBL' is a magic number. 258
Error '0x0239F450274F2228L' is a magic number. 259
Error '0xBB073AF01D5E868BL' is a magic number. 259
Error '0xBFC80571C10E96C1L' is a magic number. 260
Error '0xD267088568222E23L' is a magic number. 260
Error '0x9671A3D48E80B5B0L' is a magic number. 261
Error '0x55B5D38AE193BB81L' is a magic number. 261
Error '0x693AE2D0A18B04B8L' is a magic number. 262
Error '0x5C48B4ECADD5335FL' is a magic number. 262
Error '0xFD743B194916A1CAL' is a magic number. 263
Error '0x2577018134BE98C4L' is a magic number. 263
Error '0xE77987E83C54A4ADL' is a magic number. 264
Error '0x28E11014DA33E1B9L' is a magic number. 264
Error '0x270CC59E226AA213L' is a magic number. 265
Error '0x71495F756D1A5F60L' is a magic number. 265
Error '0x9BE853FB60AFEF77L' is a magic number. 266
Error '0xADC786A7F7443DBFL' is a magic number. 266
Error '0x0904456173B29A82L' is a magic number. 267
Error '0x58BC7A66C232BD5EL' is a magic number. 267
Error '0xF306558C673AC8B2L' is a magic number. 268
Error '0x41F639C6B6C9772AL' is a magic number. 268
Error '0x216DEFE99FDA35DAL' is a magic number. 269
Error '0x11640CC71C7BE615L' is a magic number. 269
Error '0x93C43694565C5527L' is a magic number. 270
Error '0xEA038E6246777839L' is a magic number. 270
Error '0xF9ABF3CE5A3E2469L' is a magic number. 271
Error '0x741E768D0FD312D2L' is a magic number. 271
Error '0x0144B883CED652C6L' is a magic number. 272
Error '0xC20B5A5BA33F8552L' is a magic number. 272
Error '0x1AE69633C3435A9DL' is a magic number. 273
Error '0x97A28CA4088CFDECL' is a magic number. 273
Error '0x8824A43C1E96F420L' is a magic number. 274
Error '0x37612FA66EEEA746L' is a magic number. 274
Error '0x6B4CB165F9CF0E5AL' is a magic number. 275
Error '0x43AA1C06A0ABFB4AL' is a magic number. 275
Error '0x7F4DC26FF162796BL' is a magic number. 276
Error '0x6CBACC8E54ED9B0FL' is a magic number. 276
Error '0xA6B7FFEFD2BB253EL' is a magic number. 277
Error '0x2E25BC95B0A29D4FL' is a magic number. 277
Error '0x86D6A58BDEF1388CL' is a magic number. 278
Error '0xDED74AC576B6F054L' is a magic number. 278
Error '0x8030BDBC2B45805DL' is a magic number. 279
Error '0x3C81AF70E94D9289L' is a magic number. 279
Error '0x3EFF6DDA9E3100DBL' is a magic number. 280
Error '0xB38DC39FDFCC8847L' is a magic number. 280
Error '0x123885528D17B87EL' is a magic number. 281
Error '0xF2DA0ED240B1B642L' is a magic number. 281
Error '0x44CEFADCD54BF9A9L' is a magic number. 282
Error '0x1312200E433C7EE6L' is a magic number. 282
Error '0x9FFCC84F3A78C748L' is a magic number. 283
Error '0xF0CD1F72248576BBL' is a magic number. 283
Error '0xEC6974053638CFE4L' is a magic number. 284
Error '0x2BA7B67C0CEC4E4CL' is a magic number. 284
Error '0xAC2F4DF3E5CE32EDL' is a magic number. 285
Error '0xCB33D14326EA4C11L' is a magic number. 285
Error '0xA4E9044CC77E58BCL' is a magic number. 286
Error '0x5F513293D934FCEFL' is a magic number. 286
Error '0x5DC9645506E55444L' is a magic number. 287
Error '0x50DE418F317DE40AL' is a magic number. 287
Error '0x388CB31A69DDE259L' is a magic number. 288
Error '0x2DB4A83455820A86L' is a magic number. 288
Error '0x9010A91E84711AE9L' is a magic number. 289
Error '0x4DF7F0B7B1498371L' is a magic number. 289
Error '0xD62A2EABC0977179L' is a magic number. 290
Error '0x22FAC097AA8D5C0EL' is a magic number. 290
Error Line contains a tab character. 293
Error Missing a Javadoc comment. 293
Error Variable 't3' must be private and have accessor methods. 293
Error '0xF49FCC2FF1DAF39BL' is a magic number. 294
Error '0x487FD5C66FF29281L' is a magic number. 294
Error '0xE8A30667FCDCA83FL' is a magic number. 295
Error '0x2C9B4BE3D2FCCE63L' is a magic number. 295
Error '0xDA3FF74B93FBBBC2L' is a magic number. 296
Error '0x2FA165D2FE70BA66L' is a magic number. 296
Error '0xA103E279970E93D4L' is a magic number. 297
Error '0xBECDEC77B0E45E71L' is a magic number. 297
Error '0xCFB41E723985E497L' is a magic number. 298
Error '0xB70AAA025EF75017L' is a magic number. 298
Error '0xD42309F03840B8E0L' is a magic number. 299
Error '0x8EFC1AD035898579L' is a magic number. 299
Error '0x96C6920BE2B2ABC5L' is a magic number. 300
Error '0x66AF4163375A9172L' is a magic number. 300
Error '0x2174ABDCCA7127FBL' is a magic number. 301
Error '0xB33CCEA64A72FF41L' is a magic number. 301
Error '0xF04A4933083066A5L' is a magic number. 302
Error '0x8D970ACDD7289AF5L' is a magic number. 302
Error '0x8F96E8E031C8C25EL' is a magic number. 303
Error '0xF3FEC02276875D47L' is a magic number. 303
Error '0xEC7BF310056190DDL' is a magic number. 304
Error '0xF5ADB0AEBB0F1491L' is a magic number. 304
Error '0x9B50F8850FD58892L' is a magic number. 305
Error '0x4975488358B74DE8L' is a magic number. 305
Error '0xA3354FF691531C61L' is a magic number. 306
Error '0x0702BBE481D2C6EEL' is a magic number. 306
Error '0x89FB24057DEDED98L' is a magic number. 307
Error '0xAC3075138596E902L' is a magic number. 307
Error '0x1D2D3580172772EDL' is a magic number. 308
Error '0xEB738FC28E6BC30DL' is a magic number. 308
Error '0x5854EF8F63044326L' is a magic number. 309
Error '0x9E5C52325ADD3BBEL' is a magic number. 309
Error '0x90AA53CF325C4623L' is a magic number. 310
Error '0xC1D24D51349DD067L' is a magic number. 310
Error '0x2051CFEEA69EA624L' is a magic number. 311
Error '0x13220F0A862E7E4FL' is a magic number. 311
Error '0xCE39399404E04864L' is a magic number. 312
Error '0xD9C42CA47086FCB7L' is a magic number. 312
Error '0x685AD2238A03E7CCL' is a magic number. 313
Error '0x066484B2AB2FF1DBL' is a magic number. 313
Error '0xFE9D5D70EFBF79ECL' is a magic number. 314
Error '0x5B13B9DD9C481854L' is a magic number. 314
Error '0x15F0D475ED1509ADL' is a magic number. 315
Error '0x0BEBCD060EC79851L' is a magic number. 315
Error '0xD58C6791183AB7F8L' is a magic number. 316
Error '0xD1187C5052F3EEE4L' is a magic number. 316
Error '0xC95D1192E54E82FFL' is a magic number. 317
Error '0x86EEA14CB9AC6CA2L' is a magic number. 317
Error '0x3485BEB153677D5DL' is a magic number. 318
Error '0xDD191D781F8C492AL' is a magic number. 318
Error '0xF60866BAA784EBF9L' is a magic number. 319
Error '0x518F643BA2D08C74L' is a magic number. 319
Error '0x8852E956E1087C22L' is a magic number. 320
Error '0xA768CB8DC410AE8DL' is a magic number. 320
Error '0x38047726BFEC8E1AL' is a magic number. 321
Error '0xA67738B4CD3B45AAL' is a magic number. 321
Error '0xAD16691CEC0DDE19L' is a magic number. 322
Error '0xC6D4319380462E07L' is a magic number. 322
Error '0xC5A5876D0BA61938L' is a magic number. 323
Error '0x16B9FA1FA58FD840L' is a magic number. 323
Error '0x188AB1173CA74F18L' is a magic number. 324
Error '0xABDA2F98C99C021FL' is a magic number. 324
Error '0x3E0580AB134AE816L' is a magic number. 325
Error '0x5F3B05B773645ABBL' is a magic number. 325
Error '0x2501A2BE5575F2F6L' is a magic number. 326
Error '0x1B2F74004E7E8BA9L' is a magic number. 326
Error '0x1CD7580371E8D953L' is a magic number. 327
Error '0x7F6ED89562764E30L' is a magic number. 327
Error '0xB15926FF596F003DL' is a magic number. 328
Error '0x9F65293DA8C5D6B9L' is a magic number. 328
Error '0x6ECEF04DD690F84CL' is a magic number. 329
Error '0x4782275FFF33AF88L' is a magic number. 329
Error '0xE41433083F820801L' is a magic number. 330
Error '0xFD0DFE409A1AF9B5L' is a magic number. 330
Error '0x4325A3342CDB396BL' is a magic number. 331
Error '0x8AE77E62B301B252L' is a magic number. 331
Error '0xC36F9E9F6655615AL' is a magic number. 332
Error '0x85455A2D92D32C09L' is a magic number. 332
Error '0xF2C7DEA949477485L' is a magic number. 333
Error '0x63CFB4C133A39EBAL' is a magic number. 333
Error '0x83B040CC6EBC5462L' is a magic number. 334
Error '0x3B9454C8FDB326B0L' is a magic number. 334
Error '0x56F56A9E87FFD78CL' is a magic number. 335
Error '0x2DC2940D99F42BC6L' is a magic number. 335
Error '0x98F7DF096B096E2DL' is a magic number. 336
Error '0x19A6E01E3AD852BFL' is a magic number. 336
Error '0x42A99CCBDBD4B40BL' is a magic number. 337
Error '0xA59998AF45E9C559L' is a magic number. 337
Error '0x366295E807D93186L' is a magic number. 338
Error '0x6B48181BFAA1F773L' is a magic number. 338
Error '0x1FEC57E2157A0A1DL' is a magic number. 339
Error '0x4667446AF6201AD5L' is a magic number. 339
Error '0xE615EBCACFB0F075L' is a magic number. 340
Error '0xB8F31F4F68290778L' is a magic number. 340
Error '0x22713ED6CE22D11EL' is a magic number. 341
Error '0x3057C1A72EC3C93BL' is a magic number. 341
Error '0xCB46ACC37C3F1F2FL' is a magic number. 342
Error '0xDBB893FD02AAF50EL' is a magic number. 342
Error '0x331FD92E600B9FCFL' is a magic number. 343
Error '0xA498F96148EA3AD6L' is a magic number. 343
Error '0xA8D8426E8B6A83EAL' is a magic number. 344
Error '0xA089B274B7735CDCL' is a magic number. 344
Error '0x87F6B3731E524A11L' is a magic number. 345
Error '0x118808E5CBC96749L' is a magic number. 345
Error '0x9906E4C7B19BD394L' is a magic number. 346
Error '0xAFED7F7E9B24A20CL' is a magic number. 346
Error '0x6509EADEEB3644A7L' is a magic number. 347
Error '0x6C1EF1D3E8EF0EDEL' is a magic number. 347
Error '0xB9C97D43E9798FB4L' is a magic number. 348
Error '0xA2F2D784740C28A3L' is a magic number. 348
Error '0x7B8496476197566FL' is a magic number. 349
Error '0x7A5BE3E6B65F069DL' is a magic number. 349
Error '0xF96330ED78BE6F10L' is a magic number. 350
Error '0xEEE60DE77A076A15L' is a magic number. 350
Error '0x2B4BEE4AA08B9BD0L' is a magic number. 351
Error '0x6A56A63EC7B8894EL' is a magic number. 351
Error '0x02121359BA34FEF4L' is a magic number. 352
Error '0x4CBF99F8283703FCL' is a magic number. 352
Error '0x398071350CAF30C8L' is a magic number. 353
Error '0xD0A77A89F017687AL' is a magic number. 353
Error '0xF1C1A9EB9E423569L' is a magic number. 354
Error '0x8C7976282DEE8199L' is a magic number. 354
Error '0x5D1737A5DD1F7ABDL' is a magic number. 355
Error '0x4F53433C09A9FA80L' is a magic number. 355
Error '0xFA8B0C53DF7CA1D9L' is a magic number. 356
Error '0x3FD9DCBC886CCB77L' is a magic number. 356
Error '0xC040917CA91B4720L' is a magic number. 357
Error '0x7DD00142F9D1DCDFL' is a magic number. 357
Error '0x8476FC1D4F387B58L' is a magic number. 358
Error '0x23F8E7C5F3316503L' is a magic number. 358
Error '0x032A2244E7E37339L' is a magic number. 359
Error '0x5C87A5D750F5A74BL' is a magic number. 359
Error '0x082B4CC43698992EL' is a magic number. 360
Error '0xDF917BECB858F63CL' is a magic number. 360
Error '0x3270B8FC5BF86DDAL' is a magic number. 361
Error '0x10AE72BB29B5DD76L' is a magic number. 361
Error '0x576AC94E7700362BL' is a magic number. 362
Error '0x1AD112DAC61EFB8FL' is a magic number. 362
Error '0x691BC30EC5FAA427L' is a magic number. 363
Error '0xFF246311CC327143L' is a magic number. 363
Error '0x3142368E30E53206L' is a magic number. 364
Error '0x71380E31E02CA396L' is a magic number. 364
Error '0x958D5C960AAD76F1L' is a magic number. 365
Error '0xF8D6F430C16DA536L' is a magic number. 365
Error '0xC8FFD13F1BE7E1D2L' is a magic number. 366
Error '0x7578AE66004DDBE1L' is a magic number. 366
Error '0x05833F01067BE646L' is a magic number. 367
Error '0xBB34B5AD3BFE586DL' is a magic number. 367
Error '0x095F34C9A12B97F0L' is a magic number. 368
Error '0x247AB64525D60CA8L' is a magic number. 368
Error '0xDCDBC6F3017477D1L' is a magic number. 369
Error '0x4A2E14D4DECAD24DL' is a magic number. 369
Error '0xBDB5E6D9BE0A1EEBL' is a magic number. 370
Error '0x2A7E70F7794301ABL' is a magic number. 370
Error '0xDEF42D8A270540FDL' is a magic number. 371
Error '0x01078EC0A34C22C1L' is a magic number. 371
Error '0xE5DE511AF4C16387L' is a magic number. 372
Error '0x7EBB3A52BD9A330AL' is a magic number. 372
Error '0x77697857AA7D6435L' is a magic number. 373
Error '0x004E831603AE4C32L' is a magic number. 373
Error '0xE7A21020AD78E312L' is a magic number. 374
Error '0x9D41A70C6AB420F2L' is a magic number. 374
Error '0x28E06C18EA1141E6L' is a magic number. 375
Error '0xD2B28CBD984F6B28L' is a magic number. 375
Error '0x26B75F6C446E9D83L' is a magic number. 376
Error '0xBA47568C4D418D7FL' is a magic number. 376
Error '0xD80BADBFE6183D8EL' is a magic number. 377
Error '0x0E206D7F5F166044L' is a magic number. 377
Error '0xE258A43911CBCA3EL' is a magic number. 378
Error '0x723A1746B21DC0BCL' is a magic number. 378
Error '0xC7CAA854F5D7CDD3L' is a magic number. 379
Error '0x7CAC32883D261D9CL' is a magic number. 379
Error '0x7690C26423BA942CL' is a magic number. 380
Error '0x17E55524478042B8L' is a magic number. 380
Error '0xE0BE477656A2389FL' is a magic number. 381
Error '0x4D289B5E67AB2DA0L' is a magic number. 381
Error '0x44862B9C8FBBFD31L' is a magic number. 382
Error '0xB47CC8049D141365L' is a magic number. 382
Error '0x822C1B362B91C793L' is a magic number. 383
Error '0x4EB14655FB13DFD8L' is a magic number. 383
Error '0x1ECBBA0714E2A97BL' is a magic number. 384
Error '0x6143459D5CDE5F14L' is a magic number. 384
Error '0x53A8FBF1D5F0AC89L' is a magic number. 385
Error '0x97EA04D81C5E5B00L' is a magic number. 385
Error '0x622181A8D4FDB3F3L' is a magic number. 386
Error '0xE9BCD341572A1208L' is a magic number. 386
Error '0x1411258643CCE58AL' is a magic number. 387
Error '0x9144C5FEA4C6E0A4L' is a magic number. 387
Error '0x0D33D06565CF620FL' is a magic number. 388
Error '0x54A48D489F219CA1L' is a magic number. 388
Error '0xC43E5EAC6D63C821L' is a magic number. 389
Error '0xA9728B3A72770DAFL' is a magic number. 389
Error '0xD7934E7B20DF87EFL' is a magic number. 390
Error '0xE35503B61A3E86E5L' is a magic number. 390
Error '0xCAE321FBC819D504L' is a magic number. 391
Error '0x129A50B3AC60BFA6L' is a magic number. 391
Error '0xCD5E68EA7E9FB6C3L' is a magic number. 392
Error '0xB01C90199483B1C7L' is a magic number. 392
Error '0x3DE93CD5C295376CL' is a magic number. 393
Error '0xAED52EDF2AB9AD13L' is a magic number. 393
Error '0x2E60F512C0A07884L' is a magic number. 394
Error '0xBC3D86A3E36210C9L' is a magic number. 394
Error '0x35269D9B163951CEL' is a magic number. 395
Error '0x0C7D6E2AD0CDB5FAL' is a magic number. 395
Error '0x59E86297D87F5733L' is a magic number. 396
Error '0x298EF221898DB0E7L' is a magic number. 396
Error '0x55000029D1A5AA7EL' is a magic number. 397
Error '0x8BC08AE1B5061B45L' is a magic number. 397
Error '0xC2C31C2B6C92703AL' is a magic number. 398
Error '0x94CC596BAF25EF42L' is a magic number. 398
Error '0x0A1D73DB22540456L' is a magic number. 399
Error '0x04B6A0F9D9C4179AL' is a magic number. 399
Error '0xEFFDAFA2AE3D3C60L' is a magic number. 400
Error '0xF7C8075BB49496C4L' is a magic number. 400
Error '0x9CC5C7141D1CD4E3L' is a magic number. 401
Error '0x78BD1638218E5534L' is a magic number. 401
Error '0xB2F11568F850246AL' is a magic number. 402
Error '0xEDFABCFA9502BC29L' is a magic number. 402
Error '0x796CE5F2DA23051BL' is a magic number. 403
Error '0xAAE128B0DC93537CL' is a magic number. 403
Error '0x3A493DA0EE4B29AEL' is a magic number. 404
Error '0xB5DF6B2C416895D7L' is a magic number. 404
Error '0xFCABBD25122D7F37L' is a magic number. 405
Error '0x70810B58105DC4B1L' is a magic number. 405
Error '0xE10FDD37F7882A90L' is a magic number. 406
Error '0x524DCAB5518A3F5CL' is a magic number. 406
Error '0x3C9E85878451255BL' is a magic number. 407
Error '0x4029828119BD34E2L' is a magic number. 407
Error '0x74A05B6F5D3CECCBL' is a magic number. 408
Error '0xB610021542E13ECAL' is a magic number. 408
Error '0x0FF979D12F59E2ACL' is a magic number. 409
Error '0x6037DA27E4F9CC50L' is a magic number. 409
Error '0x5E92975A0DF1847DL' is a magic number. 410
Error '0xD66DE190D3E623FEL' is a magic number. 410
Error '0x5032D6B87B568048L' is a magic number. 411
Error '0x9A36B7CE8235216EL' is a magic number. 411
Error '0x80272A7A24F64B4AL' is a magic number. 412
Error '0x93EFED8B8C6916F7L' is a magic number. 412
Error '0x37DDBFF44CCE1555L' is a magic number. 413
Error '0x4B95DB5D4B99BD25L' is a magic number. 413
Error '0x92D3FDA169812FC0L' is a magic number. 414
Error '0xFB1A4A9A90660BB6L' is a magic number. 414
Error '0x730C196946A4B9B2L' is a magic number. 415
Error '0x81E289AA7F49DA68L' is a magic number. 415
Error '0x64669A0F83B1A05FL' is a magic number. 416
Error '0x27B3FF7D9644F48BL' is a magic number. 416
Error '0xCC6B615C8DB675B3L' is a magic number. 417
Error '0x674F20B9BCEBBE95L' is a magic number. 417
Error '0x6F31238275655982L' is a magic number. 418
Error '0x5AE488713E45CF05L' is a magic number. 418
Error '0xBF619F9954C21157L' is a magic number. 419
Error '0xEABAC46040A8EAE9L' is a magic number. 419
Error '0x454C6FE9F2C0C1CDL' is a magic number. 420
Error '0x419CF6496412691CL' is a magic number. 420
Error '0xD3DC3BEF265B0F70L' is a magic number. 421
Error '0x6D0E60F5C3578A9EL' is a magic number. 421
Error Line contains a tab character. 422
Error Line contains a tab character. 424
Error Missing a Javadoc comment. 424
Error Variable 't4' must be private and have accessor methods. 424
Error '0x5B0E608526323C55L' is a magic number. 425
Error '0x1A46C1A9FA1B59F5L' is a magic number. 425
Error '0xA9E245A17C4C8FFAL' is a magic number. 426
Error '0x65CA5159DB2955D7L' is a magic number. 426
Error '0x05DB0A76CE35AFC2L' is a magic number. 427
Error '0x81EAC77EA9113D45L' is a magic number. 427
Error '0x528EF88AB6AC0A0DL' is a magic number. 428
Error '0xA09EA253597BE3FFL' is a magic number. 428
Error '0x430DDFB3AC48CD56L' is a magic number. 429
Error '0xC4B3A67AF45CE46FL' is a magic number. 429
Error '0x4ECECFD8FBE2D05EL' is a magic number. 430
Error '0x3EF56F10B39935F0L' is a magic number. 430
Error '0x0B22D6829CD619C6L' is a magic number. 431
Error '0x17FD460A74DF2069L' is a magic number. 431
Error '0x6CF8CC8E8510ED40L' is a magic number. 432
Error '0xD6C824BF3A6ECAA7L' is a magic number. 432
Error '0x61243D581A817049L' is a magic number. 433
Error '0x048BACB6BBC163A2L' is a magic number. 433
Error '0xD9A38AC27D44CC32L' is a magic number. 434
Error '0x7FDDFF5BAAF410ABL' is a magic number. 434
Error '0xAD6D495AA804824BL' is a magic number. 435
Error '0xE1A6A74F2D8C9F94L' is a magic number. 435
Error '0xD4F7851235DEE8E3L' is a magic number. 436
Error '0xFD4B7F886540D893L' is a magic number. 436
Error '0x247C20042AA4BFDAL' is a magic number. 437
Error '0x096EA1C517D1327CL' is a magic number. 437
Error '0xD56966B4361A6685L' is a magic number. 438
Error '0x277DA5C31221057DL' is a magic number. 438
Error '0x94D59893A43ACFF7L' is a magic number. 439
Error '0x64F0C51CCDC02281L' is a magic number. 439
Error '0x3D33BCC4FF6189DBL' is a magic number. 440
Error '0xE005CB184CE66AF1L' is a magic number. 440
Error '0xFF5CCD1D1DB99BEAL' is a magic number. 441
Error '0xB0B854A7FE42980FL' is a magic number. 441
Error '0x7BD46A6A718D4B9FL' is a magic number. 442
Error '0xD10FA8CC22A5FD8CL' is a magic number. 442
Error '0xD31484952BE4BD31L' is a magic number. 443
Error '0xC7FA975FCB243847L' is a magic number. 443
Error '0x4886ED1E5846C407L' is a magic number. 444
Error '0x28CDDB791EB70B04L' is a magic number. 444
Error '0xC2B00BE2F573417FL' is a magic number. 445
Error '0x5C9590452180F877L' is a magic number. 445
Error '0x7A6BDDFFF370EB00L' is a magic number. 446
Error '0xCE509E38D6D9D6A4L' is a magic number. 446
Error '0xEBEB0F00647FA702L' is a magic number. 447
Error '0x1DCC06CF76606F06L' is a magic number. 447
Error '0xE4D9F28BA286FF0AL' is a magic number. 448
Error '0xD85A305DC918C262L' is a magic number. 448
Error '0x475B1D8732225F54L' is a magic number. 449
Error '0x2D4FB51668CCB5FEL' is a magic number. 449
Error '0xA679B9D9D72BBA20L' is a magic number. 450
Error '0x53841C0D912D43A5L' is a magic number. 450
Error '0x3B7EAA48BF12A4E8L' is a magic number. 451
Error '0x781E0E47F22F1DDFL' is a magic number. 451
Error '0xEFF20CE60AB50973L' is a magic number. 452
Error '0x20D261D19DFFB742L' is a magic number. 452
Error '0x16A12B03062A2E39L' is a magic number. 453
Error '0x1960EB2239650495L' is a magic number. 453
Error '0x251C16FED50EB8B8L' is a magic number. 454
Error '0x9AC0C330F826016EL' is a magic number. 454
Error '0xED152665953E7671L' is a magic number. 455
Error '0x02D63194A6369570L' is a magic number. 455
Error '0x5074F08394B1C987L' is a magic number. 456
Error '0x70BA598C90B25CE1L' is a magic number. 456
Error '0x794A15810B9742F6L' is a magic number. 457
Error '0x0D5925E9FCAF8C6CL' is a magic number. 457
Error '0x3067716CD868744EL' is a magic number. 458
Error '0x910AB077E8D7731BL' is a magic number. 458
Error '0x6A61BBDB5AC42F61L' is a magic number. 459
Error '0x93513EFBF0851567L' is a magic number. 459
Error '0xF494724B9E83E9D5L' is a magic number. 460
Error '0xE887E1985C09648DL' is a magic number. 460
Error '0x34B1D3C675370CFDL' is a magic number. 461
Error '0xDC35E433BC0D255DL' is a magic number. 461
Error '0xD0AAB84234131BE0L' is a magic number. 462
Error '0x08042A50B48B7EAFL' is a magic number. 462
Error '0x9997C4EE44A3AB35L' is a magic number. 463
Error '0x829A7B49201799D0L' is a magic number. 463
Error '0x263B8307B7C54441L' is a magic number. 464
Error '0x752F95F4FD6A6CA6L' is a magic number. 464
Error '0x927217402C08C6E5L' is a magic number. 465
Error '0x2A8AB754A795D9EEL' is a magic number. 465
Error '0xA442F7552F72943DL' is a magic number. 466
Error '0x2C31334E19781208L' is a magic number. 466
Error '0x4FA98D7CEAEE6291L' is a magic number. 467
Error '0x55C3862F665DB309L' is a magic number. 467
Error '0xBD0610175D53B1F3L' is a magic number. 468
Error '0x46FE6CB840413F27L' is a magic number. 468
Error '0x3FE03792DF0CFA59L' is a magic number. 469
Error '0xCFE700372EB85E8FL' is a magic number. 469
Error '0xA7BE29E7ADBCE118L' is a magic number. 470
Error '0xE544EE5CDE8431DDL' is a magic number. 470
Error '0x8A781B1B41F1873EL' is a magic number. 471
Error '0xA5C94C78A0D2F0E7L' is a magic number. 471
Error '0x39412E2877B60728L' is a magic number. 472
Error '0xA1265EF3AFC9A62CL' is a magic number. 472
Error '0xBCC2770C6A2506C5L' is a magic number. 473
Error '0x3AB66DD5DCE1CE12L' is a magic number. 473
Error '0xE65499D04A675B37L' is a magic number. 474
Error '0x7D8F523481BFD216L' is a magic number. 474
Error '0x0F6F64FCEC15F389L' is a magic number. 475
Error '0x74EFBE618B5B13C8L' is a magic number. 475
Error '0xACDC82B714273E1DL' is a magic number. 476
Error '0xDD40BFE003199D17L' is a magic number. 476
Error '0x37E99257E7E061F8L' is a magic number. 477
Error '0xFA52626904775AAAL' is a magic number. 477
Error '0x8BBBF63A463D56F9L' is a magic number. 478
Error '0xF0013F1543A26E64L' is a magic number. 478
Error '0xA8307E9F879EC898L' is a magic number. 479
Error '0xCC4C27A4150177CCL' is a magic number. 479
Error '0x1B432F2CCA1D3348L' is a magic number. 480
Error '0xDE1D1F8F9F6FA013L' is a magic number. 480
Error '0x606602A047A7DDD6L' is a magic number. 481
Error '0xD237AB64CC1CB2C7L' is a magic number. 481
Error '0x9B938E7225FCD1D3L' is a magic number. 482
Error '0xEC4E03708E0FF476L' is a magic number. 482
Error '0xFEB2FBDA3D03C12DL' is a magic number. 483
Error '0xAE0BCED2EE43889AL' is a magic number. 483
Error '0x22CB8923EBFB4F43L' is a magic number. 484
Error '0x69360D013CF7396DL' is a magic number. 484
Error '0x855E3602D2D4E022L' is a magic number. 485
Error '0x073805BAD01F784CL' is a magic number. 485
Error '0x33E17A133852F546L' is a magic number. 486
Error '0xDF4874058AC7B638L' is a magic number. 486
Error '0xBA92B29C678AA14AL' is a magic number. 487
Error '0x0CE89FC76CFAADCDL' is a magic number. 487
Error '0x5F9D4E0908339E34L' is a magic number. 488
Error '0xF1AFE9291F5923B9L' is a magic number. 488
Error '0x6E3480F60F4A265FL' is a magic number. 489
Error '0xEEBF3A2AB29B841CL' is a magic number. 489
Error '0xE21938A88F91B4ADL' is a magic number. 490
Error '0x57DFEFF845C6D3C3L' is a magic number. 490
Error '0x2F006B0BF62CAAF2L' is a magic number. 491
Error '0x62F479EF6F75EE78L' is a magic number. 491
Error '0x11A55AD41C8916A9L' is a magic number. 492
Error '0xF229D29084FED453L' is a magic number. 492
Error '0x42F1C27B16B000E6L' is a magic number. 493
Error '0x2B1F76749823C074L' is a magic number. 493
Error '0x4B76ECA3C2745360L' is a magic number. 494
Error '0x8C98F463B91691BDL' is a magic number. 494
Error '0x14BCC93CF1ADE66AL' is a magic number. 495
Error '0x8885213E6D458397L' is a magic number. 495
Error '0x8E177DF0274D4711L' is a magic number. 496
Error '0xB49B73B5503F2951L' is a magic number. 496
Error '0x10168168C3F96B6BL' is a magic number. 497
Error '0x0E3D963B63CAB0AEL' is a magic number. 497
Error '0x8DFC4B5655A1DB14L' is a magic number. 498
Error '0xF789F1356E14DE5CL' is a magic number. 498
Error '0x683E68AF4E51DAC1L' is a magic number. 499
Error '0xC9A84F9D8D4B0FD9L' is a magic number. 499
Error '0x3691E03F52A0F9D1L' is a magic number. 500
Error '0x5ED86E46E1878E80L' is a magic number. 500
Error '0x3C711A0E99D07150L' is a magic number. 501
Error '0x5A0865B20C4E9310L' is a magic number. 501
Error '0x56FBFC1FE4F0682EL' is a magic number. 502
Error '0xEA8D5DE3105EDF9BL' is a magic number. 502
Error '0x71ABFDB12379187AL' is a magic number. 503
Error '0x2EB99DE1BEE77B9CL' is a magic number. 503
Error '0x21ECC0EA33CF4523L' is a magic number. 504
Error '0x59A4D7521805C7A1L' is a magic number. 504
Error '0x3896F5EB56AE7C72L' is a magic number. 505
Error '0xAA638F3DB18F75DCL' is a magic number. 505
Error '0x9F39358DABE9808EL' is a magic number. 506
Error '0xB7DEFA91C00B72ACL' is a magic number. 506
Error '0x6B5541FD62492D92L' is a magic number. 507
Error '0x6DC6DEE8F92E4D5BL' is a magic number. 507
Error '0x353F57ABC4BEEA7EL' is a magic number. 508
Error '0x735769D6DA5690CEL' is a magic number. 508
Error '0x0A234AA642391484L' is a magic number. 509
Error '0xF6F9508028F80D9DL' is a magic number. 509
Error '0xB8E319A27AB3F215L' is a magic number. 510
Error '0x31AD9C1151341A4DL' is a magic number. 510
Error '0x773C22A57BEF5805L' is a magic number. 511
Error '0x45C7561A07968633L' is a magic number. 511
Error '0xF913DA9E249DBE36L' is a magic number. 512
Error '0xDA652D9B78A64C68L' is a magic number. 512
Error '0x4C27A97F3BC334EFL' is a magic number. 513
Error '0x76621220E66B17F4L' is a magic number. 513
Error '0x967743899ACD7D0BL' is a magic number. 514
Error '0xF3EE5BCAE0ED6782L' is a magic number. 514
Error '0x409F753600C879FCL' is a magic number. 515
Error '0x06D09A39B5926DB6L' is a magic number. 515
Error '0x6F83AEB0317AC588L' is a magic number. 516
Error '0x01E6CA4A86381F21L' is a magic number. 516
Error '0x66FF3462D19F3025L' is a magic number. 517
Error '0x72207C24DDFD3BFBL' is a magic number. 517
Error '0x4AF6B6D3E2ECE2EBL' is a magic number. 518
Error '0x9C994DBEC7EA08DEL' is a magic number. 518
Error '0x49ACE597B09A8BC4L' is a magic number. 519
Error '0xB38C4766CF0797BAL' is a magic number. 519
Error '0x131B9373C57C2A75L' is a magic number. 520
Error '0xB1822CCE61931E58L' is a magic number. 520
Error '0x9D7555B909BA1C0CL' is a magic number. 521
Error '0x127FAFDD937D11D2L' is a magic number. 521
Error '0x29DA3BADC66D92E4L' is a magic number. 522
Error '0xA2C1D57154C2ECBCL' is a magic number. 522
Error '0x58C5134D82F6FE24L' is a magic number. 523
Error '0x1C3AE3515B62274FL' is a magic number. 523
Error '0xE907C82E01CB8126L' is a magic number. 524
Error '0xF8ED091913E37FCBL' is a magic number. 524
Error '0x3249D8F9C80046C9L' is a magic number. 525
Error '0x80CF9BEDE388FB63L' is a magic number. 525
Error '0x1881539A116CF19EL' is a magic number. 526
Error '0x5103F3F76BD52457L' is a magic number. 526
Error '0x15B7E6F5AE47F7A8L' is a magic number. 527
Error '0xDBD7C6DED47E9CCFL' is a magic number. 527
Error '0x44E55C410228BB1AL' is a magic number. 528
Error '0xB647D4255EDB4E99L' is a magic number. 528
Error '0x5D11882BB8AAFC30L' is a magic number. 529
Error '0xF5098BBB29D3212AL' is a magic number. 529
Error '0x8FB5EA14E90296B3L' is a magic number. 530
Error '0x677B942157DD025AL' is a magic number. 530
Error '0xFB58E7C0A390ACB5L' is a magic number. 531
Error '0x89D3674C83BD4A01L' is a magic number. 531
Error '0x9E2DA4DF4BF3B93BL' is a magic number. 532
Error '0xFCC41E328CAB4829L' is a magic number. 532
Error '0x03F38C96BA582C52L' is a magic number. 533
Error '0xCAD1BDBD7FD85DB2L' is a magic number. 533
Error '0xBBB442C16082AE83L' is a magic number. 534
Error '0xB95FE86BA5DA9AB0L' is a magic number. 534
Error '0xB22E04673771A93FL' is a magic number. 535
Error '0x845358C9493152D8L' is a magic number. 535
Error '0xBE2A488697B4541EL' is a magic number. 536
Error '0x95A2DC2DD38E6966L' is a magic number. 536
Error '0xC02C11AC923C852BL' is a magic number. 537
Error '0x2388B1990DF2A87BL' is a magic number. 537
Error '0x7C8008FA1B4F37BEL' is a magic number. 538
Error '0x1F70D0C84D54E503L' is a magic number. 538
Error '0x5490ADEC7ECE57D4L' is a magic number. 539
Error '0x002B3C27D9063A3AL' is a magic number. 539
Error '0x7EAEA3848030A2BFL' is a magic number. 540
Error '0xC602326DED2003C0L' is a magic number. 540
Error '0x83A7287D69A94086L' is a magic number. 541
Error '0xC57A5FCB30F57A8AL' is a magic number. 541
Error '0xB56844E479EBE779L' is a magic number. 542
Error '0xA373B40F05DCBCE9L' is a magic number. 542
Error '0xD71A786E88570EE2L' is a magic number. 543
Error '0x879CBACDBDE8F6A0L' is a magic number. 543
Error '0x976AD1BCC164A32FL' is a magic number. 544
Error '0xAB21E25E9666D78BL' is a magic number. 544
Error '0x901063AAE5E5C33CL' is a magic number. 545
Error '0x9818B34448698D90L' is a magic number. 545
Error '0xE36487AE3E1E8ABBL' is a magic number. 546
Error '0xAFBDF931893BDCB4L' is a magic number. 546
Error '0x6345A0DC5FBBD519L' is a magic number. 547
Error '0x8628FE269B9465CAL' is a magic number. 547
Error '0x1E5D01603F9C51ECL' is a magic number. 548
Error '0x4DE44006A15049B7L' is a magic number. 548
Error '0xBF6C70E5F776CBB1L' is a magic number. 549
Error '0x411218F2EF552BEDL' is a magic number. 549
Error '0xCB0C0708705A36A3L' is a magic number. 550
Error '0xE74D14754F986044L' is a magic number. 550
Error '0xCD56D9430EA8280EL' is a magic number. 551
Error '0xC12591D7535F5065L' is a magic number. 551
Error '0xC83223F1720AEF96L' is a magic number. 552
Error '0xC3A0396F7363A51FL' is a magic number. 552
Error Line contains a tab character. 553
Error Line contains a tab character. 555
Error Missing a Javadoc comment. 555
Error Line contains a tab character. 556
Error Line contains a tab character. 557
Error Line contains a tab character. 559
Error Missing a Javadoc comment. 559
Error Line contains a tab character. 560
Error '3' is a magic number. 560
Error Line contains a tab character. 561
Error '0x0123456789ABCDEFL' is a magic number. 561
Error Line contains a tab character. 562
Error '0xFEDCBA9876543210L' is a magic number. 562
Error Line contains a tab character. 563
Error '0xF096A5B4C3B2E187L' is a magic number. 563
Error Line contains a tab character. 564
Error Line contains a tab character. 566
Error Missing a Javadoc comment. 566
Error Redundant 'final' modifier. 566
Error Line contains a tab character. 567
Error Line contains a tab character. 568
Error '(' is followed by whitespace. 568
Error '5' is a magic number. 568
Error ')' is preceded with whitespace. 568
Error Line contains a tab character. 569
Error Line contains a tab character. 570
Error '(' is followed by whitespace. 570
Error '7' is a magic number. 570
Error ')' is preceded with whitespace. 570
Error Line contains a tab character. 571
Error Line contains a tab character. 572
Error '(' is followed by whitespace. 572
Error '9' is a magic number. 572
Error ')' is preceded with whitespace. 572
Error Line contains a tab character. 573
Error Line contains a tab character. 574
Error Line contains a tab character. 576
Error Missing a Javadoc comment. 576
Error More than 7 parameters. 576
Error '(' is followed by whitespace. 576
Error Parameter x0 should be final. 576
Error 'x0' hides a field. 576
Error Parameter x1 should be final. 576
Error 'x1' hides a field. 576
Error Parameter x2 should be final. 576
Error 'x2' hides a field. 576
Error Parameter x3 should be final. 576
Error 'x3' hides a field. 576
Error Line is longer than 80 characters. 577
Error Line contains a tab character. 577
Error Parameter x4 should be final. 577
Error 'x4' hides a field. 577
Error Parameter x5 should be final. 577
Error 'x5' hides a field. 577
Error Parameter x6 should be final. 577
Error 'x6' hides a field. 577
Error Parameter x7 should be final. 577
Error 'x7' hides a field. 577
Error ')' is preceded with whitespace. 577
Error Line contains a tab character. 578
Error Line contains a tab character. 579
Error Line contains a tab character. 580
Error Line contains a tab character. 581
Error Line contains a tab character. 582
Error Line contains a tab character. 583
Error Line contains a tab character. 584
Error Line contains a tab character. 585
Error Line contains a tab character. 586
Error Line contains a tab character. 587
Error '(' is followed by whitespace. 587
Error '5' is a magic number. 587
Error ')' is preceded with whitespace. 587
Error Line contains a tab character. 588
Error Line contains a tab character. 589
Error '(' is followed by whitespace. 589
Error '7' is a magic number. 589
Error ')' is preceded with whitespace. 589
Error Line contains a tab character. 590
Error Line contains a tab character. 591
Error '(' is followed by whitespace. 591
Error '9' is a magic number. 591
Error ')' is preceded with whitespace. 591
Error Line contains a tab character. 592
Error Line contains a tab character. 593
Error Line contains a tab character. 595
Error Missing a Javadoc comment. 595
Error '(' is followed by whitespace. 595
Error Parameter str should be final. 595
Error ')' is preceded with whitespace. 595
Error Line contains a tab character. 596
Error '(' is followed by whitespace. 596
Error ')' is preceded with whitespace. 596
Error Line contains a tab character. 597
Error Line contains a tab character. 599
Error Missing a Javadoc comment. 599
Error '(' is followed by whitespace. 599
Error Parameter bytes should be final. 599
Error ')' is preceded with whitespace. 599
Error Line contains a tab character. 600
Error '(' is followed by whitespace. 600
Error ')' is preceded with whitespace. 600
Error Line contains a tab character. 601
Error Line contains a tab character. 603
Error Missing a Javadoc comment. 603
Error '(' is followed by whitespace. 603
Error Parameter bytes should be final. 603
Error Parameter offset should be final. 603
Error Parameter length should be final. 603
Error ')' is preceded with whitespace. 603
Error Line contains a tab character. 604
Error '8' is a magic number. 604
Error Line contains a tab character. 605
Error 'for' is not followed by whitespace. 605
Error '(' is followed by whitespace. 605
Error '=' is not preceded with whitespace. 605
Error '=' is not followed by whitespace. 605
Error '=' is not preceded with whitespace. 605
Error '=' is not followed by whitespace. 605
Error '<' is not preceded with whitespace. 605
Error '<' is not followed by whitespace. 605
Error ';' is followed by whitespace. 605
Error Line contains a tab character. 606
Error Line contains a tab character. 607
Error '=' is not preceded with whitespace. 607
Error '=' is not followed by whitespace. 607
Error Line contains a tab character. 608
Error Line contains a tab character. 609
Error 'for' is not followed by whitespace. 609
Error '(' is followed by whitespace. 609
Error '=' is not preceded with whitespace. 609
Error '=' is not followed by whitespace. 609
Error '(' is followed by whitespace. 609
Error '<' is not preceded with whitespace. 609
Error '8' is a magic number. 609
Error '<' is not followed by whitespace. 609
Error ')' is preceded with whitespace. 609
Error '(' is followed by whitespace. 609
Error ')' is preceded with whitespace. 609
Error ')' is preceded with whitespace. 609
Error Line contains a tab character. 610
Error Line contains a tab character. 611
Error Line is longer than 80 characters. 612
Error Line contains a tab character. 612
Error 'for' is not followed by whitespace. 612
Error '(' is followed by whitespace. 612
Error '=' is not preceded with whitespace. 612
Error '=' is not followed by whitespace. 612
Error '(' is followed by whitespace. 612
Error '<' is not preceded with whitespace. 612
Error '8' is a magic number. 612
Error '<' is not followed by whitespace. 612
Error ')' is preceded with whitespace. 612
Error '(' is followed by whitespace. 612
Error ')' is preceded with whitespace. 612
Error ')' is preceded with whitespace. 612
Error Line contains a tab character. 613
Error '8' is a magic number. 613
Error Line contains a tab character. 614
Error Line contains a tab character. 615
Error Line contains a tab character. 616
Error 'if' is not followed by whitespace. 616
Error '(' is followed by whitespace. 616
Error '<' is not preceded with whitespace. 616
Error '8' is a magic number. 616
Error '<' is not followed by whitespace. 616
Error ')' is preceded with whitespace. 616
Error Line contains a tab character. 617
Error Line contains a tab character. 618
Error Line contains a tab character. 619
Error '8' is a magic number. 619
Error '(' is followed by whitespace. 619
Error '8' is a magic number. 619
Error ')' is preceded with whitespace. 619
Error Line contains a tab character. 620
Error Line contains a tab character. 621
Error Line contains a tab character. 622
Error 'if' is not followed by whitespace. 622
Error '(' is followed by whitespace. 622
Error '8' is a magic number. 622
Error ')' is preceded with whitespace. 622
Error Line contains a tab character. 623
Error Line contains a tab character. 624
Error 'for' is not followed by whitespace. 624
Error '(' is followed by whitespace. 624
Error '=' is not preceded with whitespace. 624
Error '=' is not followed by whitespace. 624
Error '+' is not preceded with whitespace. 624
Error '+' is not followed by whitespace. 624
Error '<' is not preceded with whitespace. 624
Error '8' is a magic number. 624
Error '<' is not followed by whitespace. 624
Error ')' is preceded with whitespace. 624
Error Line contains a tab character. 625
Error Line contains a tab character. 626
Error Line contains a tab character. 627
Error Line is longer than 80 characters. 628
Error Line contains a tab character. 628
Error '(' is followed by whitespace. 628
Error '3' is a magic number. 628
Error '4' is a magic number. 628
Error '5' is a magic number. 628
Error '6' is a magic number. 628
Error '7' is a magic number. 628
Error ')' is preceded with whitespace. 628
Error Line contains a tab character. 629
Error Line contains a tab character. 630
Error Line contains a tab character. 632
Error Missing a Javadoc comment. 632
Error '(' is followed by whitespace. 632
Error Parameter a should be final. 632
Error 'a' hides a field. 632
Error Parameter b should be final. 632
Error 'b' hides a field. 632
Error Parameter c should be final. 632
Error 'c' hides a field. 632
Error Parameter mul should be final. 632
Error ')' is preceded with whitespace. 632
Error Line contains a tab character. 633
Error '(' is followed by whitespace. 633
Error ')' is preceded with whitespace. 633
Error Line contains a tab character. 634
Error '(' is followed by whitespace. 634
Error ')' is preceded with whitespace. 634
Error Line contains a tab character. 635
Error '(' is followed by whitespace. 635
Error ')' is preceded with whitespace. 635
Error Line contains a tab character. 636
Error '(' is followed by whitespace. 636
Error ')' is preceded with whitespace. 636
Error Line contains a tab character. 637
Error '(' is followed by whitespace. 637
Error ')' is preceded with whitespace. 637
Error Line contains a tab character. 638
Error '(' is followed by whitespace. 638
Error ')' is preceded with whitespace. 638
Error Line contains a tab character. 639
Error '(' is followed by whitespace. 639
Error ')' is preceded with whitespace. 639
Error Line contains a tab character. 640
Error '(' is followed by whitespace. 640
Error ')' is preceded with whitespace. 640
Error Line contains a tab character. 641
Error Line contains a tab character. 643
Error Missing a Javadoc comment. 643
Error '(' is followed by whitespace. 643
Error Parameter la should be final. 643
Error Parameter lb should be final. 643
Error Parameter lc should be final. 643
Error Parameter x should be final. 643
Error Parameter mul should be final. 643
Error ')' is preceded with whitespace. 643
Error Line contains a tab character. 646
Error Line contains a tab character. 647
Error Line contains a tab character. 648
Error Line contains a tab character. 650
Error Line contains a tab character. 651
Error '(' is followed by whitespace. 651
Error '(' is followed by whitespace. 651
Error ')' is preceded with whitespace. 651
Error '0x00000000000000FFL' is a magic number. 651
Error Line contains a tab character. 652
Error '(' is followed by whitespace. 652
Error '(' is followed by whitespace. 652
Error '8' is a magic number. 652
Error ')' is preceded with whitespace. 652
Error '0x00000000000000FFL' is a magic number. 652
Error Line contains a tab character. 653
Error '(' is followed by whitespace. 653
Error '(' is followed by whitespace. 653
Error '16' is a magic number. 653
Error ')' is preceded with whitespace. 653
Error '0x00000000000000FFL' is a magic number. 653
Error Line contains a tab character. 654
Error '(' is followed by whitespace. 654
Error '(' is followed by whitespace. 654
Error '24' is a magic number. 654
Error ')' is preceded with whitespace. 654
Error '0x00000000000000FFL' is a magic number. 654
Error Line contains a tab character. 655
Error '(' is followed by whitespace. 655
Error '(' is followed by whitespace. 655
Error '32' is a magic number. 655
Error ')' is preceded with whitespace. 655
Error '0x00000000000000FFL' is a magic number. 655
Error Line contains a tab character. 656
Error '(' is followed by whitespace. 656
Error '(' is followed by whitespace. 656
Error '40' is a magic number. 656
Error ')' is preceded with whitespace. 656
Error '0x00000000000000FFL' is a magic number. 656
Error Line contains a tab character. 657
Error '(' is followed by whitespace. 657
Error '(' is followed by whitespace. 657
Error '48' is a magic number. 657
Error ')' is preceded with whitespace. 657
Error '0x00000000000000FFL' is a magic number. 657
Error Line contains a tab character. 658
Error '(' is followed by whitespace. 658
Error '(' is followed by whitespace. 658
Error '56' is a magic number. 658
Error ')' is preceded with whitespace. 658
Error '0x00000000000000FFL' is a magic number. 658
Error Line contains a tab character. 660
Error '(' is followed by whitespace. 660
Error ')' is preceded with whitespace. 660
Error Line contains a tab character. 661
Error '(' is followed by whitespace. 661
Error ')' is preceded with whitespace. 661
Error Line contains a tab character. 663
Error Line contains a tab character. 665
Error switch without "default" clause. 665
Error '(' is followed by whitespace. 665
Error ')' is preceded with whitespace. 665
Error Line contains a tab character. 666
Error '5' is a magic number. 666
Error Line contains a tab character. 667
Error Line contains a tab character. 668
Error Line contains a tab character. 669
Error Line contains a tab character. 670
Error '7' is a magic number. 670
Error Line contains a tab character. 671
Error Line contains a tab character. 672
Error Line contains a tab character. 673
Error Line contains a tab character. 674
Error Line contains a tab character. 675
Error Line contains a tab character. 676
Error '9' is a magic number. 676
Error Line contains a tab character. 677
Error '3' is a magic number. 677
Error Line contains a tab character. 678
Error Line contains a tab character. 679
Error Line contains a tab character. 680
Error Line contains a tab character. 682
Error Line contains a tab character. 683
Error Line contains a tab character. 684
Error Line contains a tab character. 687
Error Line contains a tab character. 689
Error Missing a Javadoc comment. 689
Error Name 'key_schedule' must match pattern '^[a-z][a-zA-Z0-9]*$'. 689
Error Line contains a tab character. 690
Error '0xA5A5A5A5A5A5A5A5L' is a magic number. 690
Error Line contains a tab character. 691
Error Line contains a tab character. 692
Error Line contains a tab character. 693
Error '<<' is not preceded with whitespace. 693
Error '19' is a magic number. 693
Error '<<' is not followed by whitespace. 693
Error Line contains a tab character. 694
Error Line contains a tab character. 695
Error Line contains a tab character. 696
Error '>>' is not preceded with whitespace. 696
Error '23' is a magic number. 696
Error '>>' is not followed by whitespace. 696
Error Line contains a tab character. 697
Error Line contains a tab character. 698
Error Line contains a tab character. 699
Error '<<' is not preceded with whitespace. 699
Error '19' is a magic number. 699
Error '<<' is not followed by whitespace. 699
Error Line contains a tab character. 700
Error Line contains a tab character. 701
Error Line contains a tab character. 702
Error '>>' is not preceded with whitespace. 702
Error '23' is a magic number. 702
Error '>>' is not followed by whitespace. 702
Error Line contains a tab character. 703
Error Line contains a tab character. 704
Error Line contains a tab character. 705
Error '0x0123456789ABCDEFL' is a magic number. 705
Error Line contains a tab character. 706
Error Line contains a tab character. 708
Error Missing a Javadoc comment. 708
Error Name 'feed_forward' must match pattern '^[a-z][a-zA-Z0-9]*$'. 708
Error Line contains a tab character. 709
Error Line contains a tab character. 710
Error Line contains a tab character. 711
Error Line contains a tab character. 712
Error Line contains a tab character. 714
Error Missing a Javadoc comment. 714
Error Name 'save_abc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 714
Error Line contains a tab character. 715
Error Line contains a tab character. 716
Error Line contains a tab character. 717
Error Line contains a tab character. 718
Error Line contains a tab character. 720
Error Missing a Javadoc comment. 720
Error Line contains a tab character. 721
Error '24' is a magic number. 721
Error Line contains a tab character. 722
Error '23' is a magic number. 722
Error 'cast' is not followed by whitespace. 722
Error '(' is followed by whitespace. 722
Error '&' is not preceded with whitespace. 722
Error '&' is not followed by whitespace. 722
Error '0x00000000000000FFL' is a magic number. 722
Error '>>' is not preceded with whitespace. 722
Error '>>' is not followed by whitespace. 722
Error ')' is preceded with whitespace. 722
Error Line contains a tab character. 723
Error '22' is a magic number. 723
Error 'cast' is not followed by whitespace. 723
Error '(' is followed by whitespace. 723
Error '&' is not preceded with whitespace. 723
Error '&' is not followed by whitespace. 723
Error '0x000000000000FF00L' is a magic number. 723
Error '>>' is not preceded with whitespace. 723
Error '8' is a magic number. 723
Error '>>' is not followed by whitespace. 723
Error ')' is preceded with whitespace. 723
Error Line contains a tab character. 724
Error '21' is a magic number. 724
Error 'cast' is not followed by whitespace. 724
Error '(' is followed by whitespace. 724
Error '&' is not preceded with whitespace. 724
Error '&' is not followed by whitespace. 724
Error '0x0000000000FF0000L' is a magic number. 724
Error '>>' is not preceded with whitespace. 724
Error '16' is a magic number. 724
Error '>>' is not followed by whitespace. 724
Error ')' is preceded with whitespace. 724
Error Line contains a tab character. 725
Error '20' is a magic number. 725
Error 'cast' is not followed by whitespace. 725
Error '(' is followed by whitespace. 725
Error '&' is not preceded with whitespace. 725
Error '&' is not followed by whitespace. 725
Error '0x00000000FF000000L' is a magic number. 725
Error '>>' is not preceded with whitespace. 725
Error '24' is a magic number. 725
Error '>>' is not followed by whitespace. 725
Error ')' is preceded with whitespace. 725
Error Line contains a tab character. 726
Error '19' is a magic number. 726
Error 'cast' is not followed by whitespace. 726
Error '(' is followed by whitespace. 726
Error '&' is not preceded with whitespace. 726
Error '&' is not followed by whitespace. 726
Error '0x000000FF00000000L' is a magic number. 726
Error '>>' is not preceded with whitespace. 726
Error '32' is a magic number. 726
Error '>>' is not followed by whitespace. 726
Error ')' is preceded with whitespace. 726
Error Line contains a tab character. 727
Error '18' is a magic number. 727
Error 'cast' is not followed by whitespace. 727
Error '(' is followed by whitespace. 727
Error '&' is not preceded with whitespace. 727
Error '&' is not followed by whitespace. 727
Error '0x0000FF0000000000L' is a magic number. 727
Error '>>' is not preceded with whitespace. 727
Error '40' is a magic number. 727
Error '>>' is not followed by whitespace. 727
Error ')' is preceded with whitespace. 727
Error Line contains a tab character. 728
Error '17' is a magic number. 728
Error 'cast' is not followed by whitespace. 728
Error '(' is followed by whitespace. 728
Error '&' is not preceded with whitespace. 728
Error '&' is not followed by whitespace. 728
Error '0x00FF000000000000L' is a magic number. 728
Error '>>' is not preceded with whitespace. 728
Error '48' is a magic number. 728
Error '>>' is not followed by whitespace. 728
Error ')' is preceded with whitespace. 728
Error Line contains a tab character. 729
Error '16' is a magic number. 729
Error 'cast' is not followed by whitespace. 729
Error '(' is followed by whitespace. 729
Error '&' is not preceded with whitespace. 729
Error '&' is not followed by whitespace. 729
Error '0xFF00000000000000L' is a magic number. 729
Error '>>' is not preceded with whitespace. 729
Error '56' is a magic number. 729
Error '>>' is not followed by whitespace. 729
Error ')' is preceded with whitespace. 729
Error Line contains a tab character. 730
Error '15' is a magic number. 730
Error 'cast' is not followed by whitespace. 730
Error '(' is followed by whitespace. 730
Error '&' is not preceded with whitespace. 730
Error '&' is not followed by whitespace. 730
Error '0x00000000000000FFL' is a magic number. 730
Error '>>' is not preceded with whitespace. 730
Error '>>' is not followed by whitespace. 730
Error ')' is preceded with whitespace. 730
Error Line contains a tab character. 731
Error '14' is a magic number. 731
Error 'cast' is not followed by whitespace. 731
Error '(' is followed by whitespace. 731
Error '&' is not preceded with whitespace. 731
Error '&' is not followed by whitespace. 731
Error '0x000000000000FF00L' is a magic number. 731
Error '>>' is not preceded with whitespace. 731
Error '8' is a magic number. 731
Error '>>' is not followed by whitespace. 731
Error ')' is preceded with whitespace. 731
Error Line contains a tab character. 732
Error '13' is a magic number. 732
Error 'cast' is not followed by whitespace. 732
Error '(' is followed by whitespace. 732
Error '&' is not preceded with whitespace. 732
Error '&' is not followed by whitespace. 732
Error '0x0000000000FF0000L' is a magic number. 732
Error '>>' is not preceded with whitespace. 732
Error '16' is a magic number. 732
Error '>>' is not followed by whitespace. 732
Error ')' is preceded with whitespace. 732
Error Line contains a tab character. 733
Error '12' is a magic number. 733
Error 'cast' is not followed by whitespace. 733
Error '(' is followed by whitespace. 733
Error '&' is not preceded with whitespace. 733
Error '&' is not followed by whitespace. 733
Error '0x00000000FF000000L' is a magic number. 733
Error '>>' is not preceded with whitespace. 733
Error '24' is a magic number. 733
Error '>>' is not followed by whitespace. 733
Error ')' is preceded with whitespace. 733
Error Line contains a tab character. 734
Error '11' is a magic number. 734
Error 'cast' is not followed by whitespace. 734
Error '(' is followed by whitespace. 734
Error '&' is not preceded with whitespace. 734
Error '&' is not followed by whitespace. 734
Error '0x000000FF00000000L' is a magic number. 734
Error '>>' is not preceded with whitespace. 734
Error '32' is a magic number. 734
Error '>>' is not followed by whitespace. 734
Error ')' is preceded with whitespace. 734
Error Line contains a tab character. 735
Error '10' is a magic number. 735
Error 'cast' is not followed by whitespace. 735
Error '(' is followed by whitespace. 735
Error '&' is not preceded with whitespace. 735
Error '&' is not followed by whitespace. 735
Error '0x0000FF0000000000L' is a magic number. 735
Error '>>' is not preceded with whitespace. 735
Error '40' is a magic number. 735
Error '>>' is not followed by whitespace. 735
Error ')' is preceded with whitespace. 735
Error Line contains a tab character. 736
Error '9' is a magic number. 736
Error 'cast' is not followed by whitespace. 736
Error '(' is followed by whitespace. 736
Error '&' is not preceded with whitespace. 736
Error '&' is not followed by whitespace. 736
Error '0x00FF000000000000L' is a magic number. 736
Error '>>' is not preceded with whitespace. 736
Error '48' is a magic number. 736
Error '>>' is not followed by whitespace. 736
Error ')' is preceded with whitespace. 736
Error Line contains a tab character. 737
Error '8' is a magic number. 737
Error 'cast' is not followed by whitespace. 737
Error '(' is followed by whitespace. 737
Error '&' is not preceded with whitespace. 737
Error '&' is not followed by whitespace. 737
Error '0xFF00000000000000L' is a magic number. 737
Error '>>' is not preceded with whitespace. 737
Error '56' is a magic number. 737
Error '>>' is not followed by whitespace. 737
Error ')' is preceded with whitespace. 737
Error Line contains a tab character. 738
Error '7' is a magic number. 738
Error 'cast' is not followed by whitespace. 738
Error '(' is followed by whitespace. 738
Error '&' is not preceded with whitespace. 738
Error '&' is not followed by whitespace. 738
Error '0x00000000000000FFL' is a magic number. 738
Error '>>' is not preceded with whitespace. 738
Error '>>' is not followed by whitespace. 738
Error ')' is preceded with whitespace. 738
Error Line contains a tab character. 739
Error '6' is a magic number. 739
Error 'cast' is not followed by whitespace. 739
Error '(' is followed by whitespace. 739
Error '&' is not preceded with whitespace. 739
Error '&' is not followed by whitespace. 739
Error '0x000000000000FF00L' is a magic number. 739
Error '>>' is not preceded with whitespace. 739
Error '8' is a magic number. 739
Error '>>' is not followed by whitespace. 739
Error ')' is preceded with whitespace. 739
Error Line contains a tab character. 740
Error '5' is a magic number. 740
Error 'cast' is not followed by whitespace. 740
Error '(' is followed by whitespace. 740
Error '&' is not preceded with whitespace. 740
Error '&' is not followed by whitespace. 740
Error '0x0000000000FF0000L' is a magic number. 740
Error '>>' is not preceded with whitespace. 740
Error '16' is a magic number. 740
Error '>>' is not followed by whitespace. 740
Error ')' is preceded with whitespace. 740
Error Line contains a tab character. 741
Error '4' is a magic number. 741
Error 'cast' is not followed by whitespace. 741
Error '(' is followed by whitespace. 741
Error '&' is not preceded with whitespace. 741
Error '&' is not followed by whitespace. 741
Error '0x00000000FF000000L' is a magic number. 741
Error '>>' is not preceded with whitespace. 741
Error '24' is a magic number. 741
Error '>>' is not followed by whitespace. 741
Error ')' is preceded with whitespace. 741
Error Line contains a tab character. 742
Error '3' is a magic number. 742
Error 'cast' is not followed by whitespace. 742
Error '(' is followed by whitespace. 742
Error '&' is not preceded with whitespace. 742
Error '&' is not followed by whitespace. 742
Error '0x000000FF00000000L' is a magic number. 742
Error '>>' is not preceded with whitespace. 742
Error '32' is a magic number. 742
Error '>>' is not followed by whitespace. 742
Error ')' is preceded with whitespace. 742
Error Line contains a tab character. 743
Error 'cast' is not followed by whitespace. 743
Error '(' is followed by whitespace. 743
Error '&' is not preceded with whitespace. 743
Error '&' is not followed by whitespace. 743
Error '0x0000FF0000000000L' is a magic number. 743
Error '>>' is not preceded with whitespace. 743
Error '40' is a magic number. 743
Error '>>' is not followed by whitespace. 743
Error ')' is preceded with whitespace. 743
Error Line contains a tab character. 744
Error 'cast' is not followed by whitespace. 744
Error '(' is followed by whitespace. 744
Error '&' is not preceded with whitespace. 744
Error '&' is not followed by whitespace. 744
Error '0x00FF000000000000L' is a magic number. 744
Error '>>' is not preceded with whitespace. 744
Error '48' is a magic number. 744
Error '>>' is not followed by whitespace. 744
Error ')' is preceded with whitespace. 744
Error Line contains a tab character. 745
Error 'cast' is not followed by whitespace. 745
Error '(' is followed by whitespace. 745
Error '&' is not preceded with whitespace. 745
Error '&' is not followed by whitespace. 745
Error '0xFF00000000000000L' is a magic number. 745
Error '>>' is not preceded with whitespace. 745
Error '56' is a magic number. 745
Error '>>' is not followed by whitespace. 745
Error ')' is preceded with whitespace. 745
Error Line contains a tab character. 746
Error Line contains a tab character. 747
Error Line contains a tab character. 749
Error Missing a Javadoc comment. 749
Error Line contains a tab character. 750
Error Line contains a tab character. 751
Error Line contains a tab character. 752
Error 'for' is not followed by whitespace. 752
Error '(' is followed by whitespace. 752
Error '=' is not preceded with whitespace. 752
Error '=' is not followed by whitespace. 752
Error '<' is not preceded with whitespace. 752
Error '<' is not followed by whitespace. 752
Error ')' is preceded with whitespace. 752
Error Line is longer than 80 characters. 753
Error Line contains a tab character. 753
Error '(' is followed by whitespace. 753
Error '(' is followed by whitespace. 753
Error '0xff' is a magic number. 753
Error ')' is preceded with whitespace. 753
Error ')' is preceded with whitespace. 753
Error Line contains a tab character. 754
Error 'if' is not followed by whitespace. 754
Error '(' is followed by whitespace. 754
Error ')' is preceded with whitespace. 754
Error Line contains a tab character. 755
Error Line contains a tab character. 756
Error Line contains a tab character. 757
Error Line contains a tab character. 758
Error Line contains a tab character. 759
Error Line contains a tab character. 760
Error Line contains a tab character. 762
Error Missing a Javadoc comment. 762
Error '(' is followed by whitespace. 762
Error Parameter args should be final. 762
Error ')' is preceded with whitespace. 762
Error Line contains a tab character. 763
Error Line contains a tab character. 764
Error Line contains a tab character. 765
Error Line contains a tab character. 766
Error Line contains a tab character. 767
Error Line contains a tab character. 769
Error Line contains a tab character. 770
Error Line contains a tab character. 771
Error Line contains a tab character. 772
Error Line contains a tab character. 773
Error '1048576' is a magic number. 773
Error Line contains a tab character. 774
Error Line contains a tab character. 775
Error Line is longer than 80 characters. 776
Error Line contains a tab character. 776
Error 'while' is not followed by whitespace. 776
Error '(' is followed by whitespace. 776
Error '(' is followed by whitespace. 776
Error '1048576' is a magic number. 776
Error ')' is preceded with whitespace. 776
Error '(' is followed by whitespace. 776
Error '(' is followed by whitespace. 776
Error '(' is followed by whitespace. 776
Error '1024' is a magic number. 776
Error ')' is preceded with whitespace. 776
Error ')' is preceded with whitespace. 776
Error ')' is preceded with whitespace. 776
Error ')' is preceded with whitespace. 776
Error Line contains a tab character. 777
Error Line contains a tab character. 778
Error Line contains a tab character. 779
Error Line contains a tab character. 780
Error '(' is followed by whitespace. 780
Error ')' is preceded with whitespace. 780
Error Line contains a tab character. 781
Error Line contains a tab character. 782
Error '(' is followed by whitespace. 782
Error ')' is preceded with whitespace. 782
Error Line contains a tab character. 783
Error '(' is followed by whitespace. 783
Error ')' is preceded with whitespace. 783
Error Line contains a tab character. 784
Error '(' is followed by whitespace. 784
Error ')' is preceded with whitespace. 784
Error Line contains a tab character. 785
Error Line contains a tab character. 786
Error '(' is followed by whitespace. 786
Error ')' is preceded with whitespace. 786
Error Line contains a tab character. 787
Error Line contains a tab character. 788
Error '1000F' is a magic number. 788
Error Line contains a tab character. 789
Error Line contains a tab character. 790
Error Line contains a tab character. 791
Error Line contains a tab character. 792
Error '(' is followed by whitespace. 792
Error ')' is preceded with whitespace. 792
Error Line contains a tab character. 793

net/fada/fadagen/package.html

ErrorLine
Error Missing package documentation file.0